Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c129 LASSERT(desc->bd_nob > 0); in ptlrpc_register_bulk()
229 desc->bd_iov_count, desc->bd_nob, in ptlrpc_register_bulk()
Dsec.c2158 if (desc->bd_nob != desc->bd_nob_transferred) { in sptlrpc_cli_unwrap_bulk_write()
2160 desc->bd_nob, desc->bd_nob_transferred); in sptlrpc_cli_unwrap_bulk_write()
Dclient.c179 desc->bd_nob += len; in __ptlrpc_prep_bulk_page()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h1748 int bd_nob; /* # bytes covered */ member
/drivers/staging/lustre/lustre/osc/
Dosc_request.c1505 LASSERT(req->rq_bulk->bd_nob == aa->aa_requested_nob); in osc_brw_fini_request()