Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnfs_ssc.h18 struct nfs4_ssc_client_ops { struct
32 const struct nfs4_ssc_client_ops *ssc_nfs4_ops; argument
39 extern void nfs42_ssc_register(const struct nfs4_ssc_client_ops *ops);
40 extern void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops);
/linux-6.1.9/fs/nfs_common/
Dnfs_ssc.c28 void nfs42_ssc_register(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_register()
42 void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_unregister()
/linux-6.1.9/fs/nfs/
Dnfs4file.c417 static const struct nfs4_ssc_client_ops nfs4_ssc_clnt_ops_tbl = {