Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs_common/
H A Dnfs_ssc.c76 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) in nfs_ssc_unregister() function
82 EXPORT_SYMBOL_GPL(nfs_ssc_unregister);
90 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) in nfs_ssc_unregister() function
93 EXPORT_SYMBOL_GPL(nfs_ssc_unregister);
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_ssc.h61 extern void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops);
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dsuper.c121 nfs_ssc_unregister(&nfs_ssc_clnt_ops_tbl); in nfs_ssc_unregister_ops()