Searched defs:nfs4_minor_version_ops (Results 1 – 1 of 1) sorted by relevance
44904 struct nfs4_minor_version_ops { struct44905 u32 minor_version;44906 unsigned int init_caps;44907 int (*init_client)(struct nfs_client *);44908 void (*shutdown_client)(struct nfs_client *);44909 bool (*match_stateid)(const nfs4_stateid *, const nfs4_stateid *);44910 int (*find_root_sec)(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);44911 void (*free_lock_state)(struct nfs_server *, struct nfs4_lock_state *);44912 int (*test_and_free_expired)(struct nfs_server *, nfs4_stateid *, const struct cred *);44913 struct nfs_seqid * (*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);[all …]