Home
last modified time | relevance | path

Searched refs:BULK_PUT_SINK (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Devents.c179 LASSERT((desc->bd_type == BULK_PUT_SINK && in client_bulk_callback()
Dniobuf.c135 LASSERT(desc->bd_type == BULK_PUT_SINK || in ptlrpc_register_bulk()
Dclient.c141 LASSERT(type == BULK_PUT_SINK || type == BULK_GET_SOURCE); in ptlrpc_prep_bulk_imp()
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1382 desc = ptlrpc_prep_bulk_imp(req, nrpages, 1, BULK_PUT_SINK, in mgc_process_recover_log()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1726 #define BULK_PUT_SINK 1 macro
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1080 desc = ptlrpc_prep_bulk_imp(req, op_data->op_npages, 1, BULK_PUT_SINK, in mdc_readpage()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1304 opc == OST_WRITE ? BULK_GET_SOURCE : BULK_PUT_SINK, in osc_brw_prep_request()