Searched refs:rpc_proc_register (Results 1 – 3 of 3) sorted by relevance
62 struct proc_dir_entry * rpc_proc_register(struct net *,struct rpc_stat *);73 static inline struct proc_dir_entry *rpc_proc_register(struct net *net, struct rpc_stat *s) { retur… in rpc_proc_register() function
294 rpc_proc_register(struct net *net, struct rpc_stat *statp) in rpc_proc_register() function298 EXPORT_SYMBOL_GPL(rpc_proc_register);
2236 rpc_proc_register(&init_net, &nfs_rpcstat); in init_nfs_fs()