Searched defs:nfs4_minor_version_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/fs/nfs/ |
| D | nfs4_fs.h | 56 struct nfs4_minor_version_ops { struct 57 u32 minor_version; 58 unsigned init_caps; 60 int (*init_client)(struct nfs_client *); 61 void (*shutdown_client)(struct nfs_client *); 62 bool (*match_stateid)(const nfs4_stateid *, 64 int (*find_root_sec)(struct nfs_server *, struct nfs_fh *, 66 void (*free_lock_state)(struct nfs_server *, 68 int (*test_and_free_expired)(struct nfs_server *, 71 (*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); [all …]
|
| /kernel/linux/linux-6.6/fs/nfs/ |
| D | nfs4_fs.h | 57 struct nfs4_minor_version_ops { struct 58 u32 minor_version; 59 unsigned init_caps; 61 int (*init_client)(struct nfs_client *); 62 void (*shutdown_client)(struct nfs_client *); 63 bool (*match_stateid)(const nfs4_stateid *, 65 int (*find_root_sec)(struct nfs_server *, struct nfs_fh *, 67 void (*free_lock_state)(struct nfs_server *, 69 int (*test_and_free_expired)(struct nfs_server *, 72 (*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); [all …]
|