Home
last modified time | relevance | path

Searched refs:ptlrpc_lprocfs_brw (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c1139 void ptlrpc_lprocfs_brw(struct ptlrpc_request *req, int bytes) in ptlrpc_lprocfs_brw() function
1165 EXPORT_SYMBOL(ptlrpc_lprocfs_brw);
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h2876 void ptlrpc_lprocfs_brw(struct ptlrpc_request *req, int bytes);
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1795 ptlrpc_lprocfs_brw(req, req->rq_bulk->bd_nob_transferred); in brw_interpret()