Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dsysctl.c43 void nfs_unregister_sysctl(void) in nfs_unregister_sysctl() function
H A Dsuper.c164 nfs_unregister_sysctl(); in register_nfs_fs()
179 nfs_unregister_sysctl(); in unregister_nfs_fs()
/openbmc/linux/include/linux/
H A Dnfs_fs.h575 extern void nfs_unregister_sysctl(void);
578 #define nfs_unregister_sysctl() do { } while(0) macro