Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1208 if (opc == OST_WRITE && OBD_FAIL_CHECK(OBD_FAIL_OSC_CHECKSUM_SEND)) in osc_checksum_bulk()
1238 opc = OST_WRITE; in osc_brw_prep_request()
1273 opc == OST_WRITE ? BULK_GET_SOURCE : BULK_PUT_SINK, in osc_brw_prep_request()
1340 osc_announce_cached(cli, &body->oa, opc == OST_WRITE ? requested_nob:0); in osc_brw_prep_request()
1353 if (opc == OST_WRITE) { in osc_brw_prep_request()
1368 OST_WRITE, in osc_brw_prep_request()
1430 new_cksum = osc_checksum_bulk(nob, page_count, pga, OST_WRITE, in check_write_checksum()
1482 if (lustre_msg_get_opc(req->rq_reqmsg) == OST_WRITE && in osc_brw_fini_request()
1500 if (lustre_msg_get_opc(req->rq_reqmsg) == OST_WRITE) { in osc_brw_fini_request()
1620 OST_WRITE ? OBD_BRW_WRITE : OBD_BRW_READ, in osc_brw_redo_request()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c54 { OST_WRITE, "ost_write" },
1154 case OST_WRITE: in ptlrpc_lprocfs_brw()
Dsec.c773 case OST_WRITE: in sptlrpc_req_set_flavor()
Dservice.c1520 case OST_WRITE: in ptlrpc_server_handle_req_in()
Dwiretest.c77 LASSERTF(OST_WRITE == 4, "found %lld\n", in lustre_assert_wire_constants()
78 (long long)OST_WRITE); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1427 OST_WRITE = 4, enumerator