Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_ssc.h17 struct nfs4_ssc_client_ops { struct
31 const struct nfs4_ssc_client_ops *ssc_nfs4_ops; argument
38 extern void nfs42_ssc_register(const struct nfs4_ssc_client_ops *ops);
39 extern void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops);
/OK3568_Linux_fs/kernel/fs/nfs_common/
H A Dnfs_ssc.c30 void nfs42_ssc_register(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_register()
44 void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_unregister()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4file.c420 static const struct nfs4_ssc_client_ops nfs4_ssc_clnt_ops_tbl = {