Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs_common/
H A Dnfs_ssc.c44 void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_unregister() function
51 EXPORT_SYMBOL_GPL(nfs42_ssc_unregister);
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_ssc.h39 extern void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops);
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4file.c444 nfs42_ssc_unregister(&nfs4_ssc_clnt_ops_tbl); in nfs42_ssc_unregister_ops()