Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c130 LASSERT(desc->bd_nob > 0); in ptlrpc_register_bulk()
230 desc->bd_iov_count, desc->bd_nob, in ptlrpc_register_bulk()
Dsec.c2278 if (desc->bd_nob != desc->bd_nob_transferred) { in sptlrpc_cli_unwrap_bulk_write()
2280 desc->bd_nob, desc->bd_nob_transferred); in sptlrpc_cli_unwrap_bulk_write()
Dclient.c174 desc->bd_nob += len; in __ptlrpc_prep_bulk_page()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1762 int bd_nob; /* # bytes covered */ member
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1539 LASSERT(req->rq_bulk->bd_nob == aa->aa_requested_nob); in osc_brw_fini_request()