Searched refs:ptlrpc_lprocfs_brw (Results 1 – 3 of 3) sorted by relevance
1137 void ptlrpc_lprocfs_brw(struct ptlrpc_request *req, int bytes) in ptlrpc_lprocfs_brw() function1163 EXPORT_SYMBOL(ptlrpc_lprocfs_brw);
2953 void ptlrpc_lprocfs_brw(struct ptlrpc_request *req, int bytes);2957 static inline void ptlrpc_lprocfs_brw(struct ptlrpc_request *req, int bytes) {} in ptlrpc_lprocfs_brw() function
1839 ptlrpc_lprocfs_brw(req, req->rq_bulk->bd_nob_transferred); in brw_interpret()