Home
last modified time | relevance | path

Searched defs:nfs4_minor_version_ops (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
Dnfs4_fs.h55 struct nfs4_minor_version_ops { struct
56 u32 minor_version;
57 unsigned init_caps;
59 int (*init_client)(struct nfs_client *);
60 void (*shutdown_client)(struct nfs_client *);
61 bool (*match_stateid)(const nfs4_stateid *,
63 int (*find_root_sec)(struct nfs_server *, struct nfs_fh *,
65 void (*free_lock_state)(struct nfs_server *,
67 int (*test_and_free_expired)(struct nfs_server *,
70 (*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
[all …]