Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs_common/
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);
/Linux-v5.10/include/linux/
Dnfs_ssc.h39 extern void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops);
/Linux-v5.10/fs/nfs/
Dnfs4file.c434 nfs42_ssc_unregister(&nfs4_ssc_clnt_ops_tbl); in nfs42_ssc_unregister_ops()