Searched defs:nfs4_minor_version_ops (Results 1 – 1 of 1) sorted by relevance
48 struct nfs4_minor_version_ops { struct49 u32 minor_version;50 unsigned init_caps;52 int (*init_client)(struct nfs_client *);53 void (*shutdown_client)(struct nfs_client *);54 bool (*match_stateid)(const nfs4_stateid *,56 int (*find_root_sec)(struct nfs_server *, struct nfs_fh *,58 void (*free_lock_state)(struct nfs_server *,61 (*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);62 const struct rpc_call_ops *call_sync_ops;[all …]