Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/sunrpc/
Dstats.h61 struct proc_dir_entry * rpc_proc_register(struct rpc_stat *);
72 static inline struct proc_dir_entry *rpc_proc_register(struct rpc_stat *s) { return NULL; } in rpc_proc_register() function
/linux-2.6.39/net/sunrpc/
Dstats.c226 rpc_proc_register(struct rpc_stat *statp) in rpc_proc_register() function
230 EXPORT_SYMBOL_GPL(rpc_proc_register);
/linux-2.6.39/fs/nfs/
Dinode.c1592 rpc_proc_register(&nfs_rpcstat); in init_nfs_fs()