Searched defs:nfs4_minor_version_ops (Results  1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 16319 struct nfs4_minor_version_ops {  struct 16320 	u32 minor_version; 16321 	unsigned int init_caps; 16322 	int (*init_client)(struct nfs_client *); 16323 	void (*shutdown_client)(struct nfs_client *); 16324 	bool (*match_stateid)(const nfs4_stateid *, const nfs4_stateid *); 16325 	int (*find_root_sec)(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *); 16326 	void (*free_lock_state)(struct nfs_server *, struct nfs4_lock_state *); 16327 	int (*test_and_free_expired)(struct nfs_server *, nfs4_stateid *, const struct cred *); 16328 	struct nfs_seqid * (*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); [all …] 
 | 
| D | vmlinux.h | 16319 struct nfs4_minor_version_ops {  struct 16320 	u32 minor_version; 16321 	unsigned int init_caps; 16322 	int (*init_client)(struct nfs_client *); 16323 	void (*shutdown_client)(struct nfs_client *); 16324 	bool (*match_stateid)(const nfs4_stateid *, const nfs4_stateid *); 16325 	int (*find_root_sec)(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *); 16326 	void (*free_lock_state)(struct nfs_server *, struct nfs4_lock_state *); 16327 	int (*test_and_free_expired)(struct nfs_server *, nfs4_stateid *, const struct cred *); 16328 	struct nfs_seqid * (*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); [all …] 
 |