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

/linux-master/include/linux/sunrpc/
H A Dsched.h112 void (*rpc_count_stats)(struct rpc_task *, void *); member in struct:rpc_call_ops
/linux-master/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,
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1722 .rpc_count_stats = ff_layout_read_count_stats,
1729 .rpc_count_stats = ff_layout_read_count_stats,
1736 .rpc_count_stats = ff_layout_write_count_stats,
1743 .rpc_count_stats = ff_layout_write_count_stats,
1750 .rpc_count_stats = ff_layout_commit_count_stats,
1757 .rpc_count_stats = ff_layout_commit_count_stats,
/linux-master/net/sunrpc/
H A Dsched.c840 if (task->tk_ops->rpc_count_stats)
841 task->tk_ops->rpc_count_stats(task, task->tk_calldata);

Completed in 127 milliseconds