Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs_common/
H A Dnfs_ssc.c41 void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_unregister() function
48 EXPORT_SYMBOL_GPL(nfs42_ssc_unregister);
/openbmc/linux/include/linux/
H A Dnfs_ssc.h40 extern void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops);
/openbmc/linux/fs/nfs/
H A Dnfs4file.c437 nfs42_ssc_unregister(&nfs4_ssc_clnt_ops_tbl); in nfs42_ssc_unregister_ops()