Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs_common/
Dnfs_ssc.c62 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops) in nfs_ssc_register()
76 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) in nfs_ssc_unregister()
85 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops) in nfs_ssc_register()
90 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) in nfs_ssc_unregister()
/Linux-v5.10/include/linux/
Dnfs_ssc.h26 struct nfs_ssc_client_ops { struct
32 const struct nfs_ssc_client_ops *ssc_nfs_ops; argument
60 extern void nfs_ssc_register(const struct nfs_ssc_client_ops *ops);
61 extern void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops);
/Linux-v5.10/fs/nfs/
Dsuper.c89 static const struct nfs_ssc_client_ops nfs_ssc_clnt_ops_tbl = {