Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/sunrpc/
Dstats.h46 struct proc_dir_entry * rpc_proc_register(struct net *,struct rpc_stat *);
64 static inline struct proc_dir_entry *rpc_proc_register(struct net *net, struct rpc_stat *s) { retur… in rpc_proc_register() function
/Linux-v6.6/net/sunrpc/
Dstats.c298 rpc_proc_register(struct net *net, struct rpc_stat *statp) in rpc_proc_register() function
302 EXPORT_SYMBOL_GPL(rpc_proc_register);
/Linux-v6.6/fs/nfs/
Dinode.c2489 rpc_proc_register(&init_net, &nfs_rpcstat); in init_nfs_fs()