Lines Matching defs:ops
3 * Helper for knfsd's SSC to access ops in NFS client modules
21 * nfs42_ssc_register - install the NFS_V4 client ops in the nfs_ssc_client_tbl
22 * @ops: NFS_V4 ops to be installed
27 void nfs42_ssc_register(const struct nfs4_ssc_client_ops *ops)
29 nfs_ssc_client_tbl.ssc_nfs4_ops = ops;
34 * nfs42_ssc_unregister - uninstall the NFS_V4 client ops from
36 * @ops: ops to be uninstalled
41 void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops)
43 if (nfs_ssc_client_tbl.ssc_nfs4_ops != ops)
53 * nfs_ssc_register - install the NFS_FS client ops in the nfs_ssc_client_tbl
54 * @ops: NFS_FS ops to be installed
59 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops)
61 nfs_ssc_client_tbl.ssc_nfs_ops = ops;
66 * nfs_ssc_unregister - uninstall the NFS_FS client ops from
68 * @ops: ops to be uninstalled
73 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops)
75 if (nfs_ssc_client_tbl.ssc_nfs_ops != ops)
82 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops)
87 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops)