Home
last modified time | relevance | path

Searched refs:rpc_count_stats (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsched.h102 void (*rpc_count_stats)(struct rpc_task *, void *); member
/OK3568_Linux_fs/kernel/fs/nfs/filelayout/
H A Dfilelayout.c431 .rpc_count_stats = filelayout_read_count_stats,
438 .rpc_count_stats = filelayout_write_count_stats,
445 .rpc_count_stats = filelayout_commit_count_stats,
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1708 .rpc_count_stats = ff_layout_read_count_stats,
1715 .rpc_count_stats = ff_layout_read_count_stats,
1722 .rpc_count_stats = ff_layout_write_count_stats,
1729 .rpc_count_stats = ff_layout_write_count_stats,
1736 .rpc_count_stats = ff_layout_commit_count_stats,
1743 .rpc_count_stats = ff_layout_commit_count_stats,
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsched.c820 if (task->tk_ops->rpc_count_stats) in rpc_exit_task()
821 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in rpc_exit_task()