Home
last modified time | relevance | path

Searched refs:OST_WRITE (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1238 if (opc == OST_WRITE && OBD_FAIL_CHECK(OBD_FAIL_OSC_CHECKSUM_SEND)) in osc_checksum_bulk()
1268 opc = OST_WRITE; in osc_brw_prep_request()
1304 opc == OST_WRITE ? BULK_GET_SOURCE : BULK_PUT_SINK, in osc_brw_prep_request()
1372 osc_announce_cached(cli, &body->oa, opc == OST_WRITE ? requested_nob:0); in osc_brw_prep_request()
1385 if (opc == OST_WRITE) { in osc_brw_prep_request()
1400 OST_WRITE, in osc_brw_prep_request()
1464 new_cksum = osc_checksum_bulk(nob, page_count, pga, OST_WRITE, in check_write_checksum()
1516 if (lustre_msg_get_opc(req->rq_reqmsg) == OST_WRITE && in osc_brw_fini_request()
1534 if (lustre_msg_get_opc(req->rq_reqmsg) == OST_WRITE) { in osc_brw_fini_request()
1656 OST_WRITE ? OBD_BRW_WRITE :OBD_BRW_READ, in osc_brw_redo_request()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c56 { OST_WRITE, "ost_write" },
1152 case OST_WRITE: in ptlrpc_lprocfs_brw()
Dsec.c815 case OST_WRITE: in sptlrpc_req_set_flavor()
Dservice.c1801 case OST_WRITE: in ptlrpc_server_handle_req_in()
Dwiretest.c75 LASSERTF(OST_WRITE == 4, "found %lld\n", in lustre_assert_wire_constants()
76 (long long)OST_WRITE); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1421 OST_WRITE = 4, enumerator