Searched refs:rpc_count_stats (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/sunrpc/ |
D | sched.h | 100 void (*rpc_count_stats)(struct rpc_task *, void *); member
|
/Linux-v4.19/fs/nfs/filelayout/ |
D | filelayout.c | 430 .rpc_count_stats = filelayout_read_count_stats, 437 .rpc_count_stats = filelayout_write_count_stats, 444 .rpc_count_stats = filelayout_commit_count_stats,
|
/Linux-v4.19/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1666 .rpc_count_stats = ff_layout_read_count_stats, 1673 .rpc_count_stats = ff_layout_read_count_stats, 1680 .rpc_count_stats = ff_layout_write_count_stats, 1687 .rpc_count_stats = ff_layout_write_count_stats, 1694 .rpc_count_stats = ff_layout_commit_count_stats, 1701 .rpc_count_stats = ff_layout_commit_count_stats,
|
/Linux-v4.19/net/sunrpc/ |
D | xprt.c | 1355 if (task->tk_ops->rpc_count_stats != NULL) in xprt_release() 1356 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in xprt_release()
|