Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs4_fs.h52 struct nfs4_minor_version_ops { struct
53 u32 minor_version;
54 unsigned init_caps;
56 int (*init_client)(struct nfs_client *);
57 void (*shutdown_client)(struct nfs_client *);
58 bool (*match_stateid)(const nfs4_stateid *,
60 int (*find_root_sec)(struct nfs_server *, struct nfs_fh *,
62 void (*free_lock_state)(struct nfs_server *,
64 int (*test_and_free_expired)(struct nfs_server *,
67 (*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
[all …]