Lines Matching defs:nfs4_minor_version_ops
50 struct nfs4_minor_version_ops { struct
51 u32 minor_version;
52 unsigned init_caps;
54 int (*init_client)(struct nfs_client *);
55 void (*shutdown_client)(struct nfs_client *);
56 bool (*match_stateid)(const nfs4_stateid *,
58 int (*find_root_sec)(struct nfs_server *, struct nfs_fh *,
60 void (*free_lock_state)(struct nfs_server *,
62 int (*test_and_free_expired)(struct nfs_server *,
65 (*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
66 int (*session_trunk)(struct rpc_clnt *, struct rpc_xprt *, void *);
67 const struct rpc_call_ops *call_sync_ops;
68 const struct nfs4_state_recovery_ops *reboot_recovery_ops;
69 const struct nfs4_state_recovery_ops *nograce_recovery_ops;
70 const struct nfs4_state_maintenance_ops *state_renewal_ops;
71 const struct nfs4_mig_recovery_ops *mig_recovery_ops;