Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfs_common/
Dnfs_ssc.c59 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops) in nfs_ssc_register()
73 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) in nfs_ssc_unregister()
82 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops) in nfs_ssc_register()
87 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) in nfs_ssc_unregister()
/linux-6.6.21/include/linux/
Dnfs_ssc.h27 struct nfs_ssc_client_ops { struct
33 const struct nfs_ssc_client_ops *ssc_nfs_ops; argument
74 extern void nfs_ssc_register(const struct nfs_ssc_client_ops *ops);
75 extern void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops);
/linux-6.6.21/fs/nfs/
Dsuper.c94 static const struct nfs_ssc_client_ops nfs_ssc_clnt_ops_tbl = {