Home
last modified time | relevance | path

Searched refs:BULK_GET_SOURCE (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c136 desc->bd_type == BULK_GET_SOURCE); in ptlrpc_register_bulk()
175 ((desc->bd_type == BULK_GET_SOURCE) ? in ptlrpc_register_bulk()
229 desc->bd_type == BULK_GET_SOURCE ? "get-source" : "put-sink", in ptlrpc_register_bulk()
Devents.c181 (desc->bd_type == BULK_GET_SOURCE && in client_bulk_callback()
Dclient.c141 LASSERT(type == BULK_PUT_SINK || type == BULK_GET_SOURCE); in ptlrpc_prep_bulk_imp()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1725 #define BULK_GET_SOURCE 0 macro
/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()