Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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);
/openbmc/linux/fs/nfs_common/
H A Dnfs_ssc.c27 void nfs42_ssc_register(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_register()
41 void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_unregister()
/openbmc/linux/fs/nfs/
H A Dnfs4file.c413 static const struct nfs4_ssc_client_ops nfs4_ssc_clnt_ops_tbl = {