Lines Matching defs:ops
5 * Helper for knfsd's SSC to access ops in NFS client modules
24 * nfs42_ssc_register - install the NFS_V4 client ops in the nfs_ssc_client_tbl
25 * @ops: NFS_V4 ops to be installed
30 void nfs42_ssc_register(const struct nfs4_ssc_client_ops *ops)
32 nfs_ssc_client_tbl.ssc_nfs4_ops = ops;
37 * nfs42_ssc_unregister - uninstall the NFS_V4 client ops from
39 * @ops: ops to be uninstalled
44 void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops)
46 if (nfs_ssc_client_tbl.ssc_nfs4_ops != ops)
56 * nfs_ssc_register - install the NFS_FS client ops in the nfs_ssc_client_tbl
57 * @ops: NFS_FS ops to be installed
62 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops)
64 nfs_ssc_client_tbl.ssc_nfs_ops = ops;
69 * nfs_ssc_unregister - uninstall the NFS_FS client ops from
71 * @ops: ops to be uninstalled
76 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops)
78 if (nfs_ssc_client_tbl.ssc_nfs_ops != ops)
85 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops)
90 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops)