Searched defs:nfs_rpc_ops (Results  1 – 3 of 3) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 15757 struct nfs_rpc_ops {  struct15758 	u32 version;
 15759 	const struct dentry_operations *dentry_ops;
 15760 	const struct inode_operations *dir_inode_ops;
 15761 	const struct inode_operations *file_inode_ops;
 15762 	const struct file_operations *file_ops;
 15763 	const struct nlmclnt_operations *nlmclnt_ops;
 15764 	int (*getroot)(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
 15765 	int (*submount)(struct fs_context *, struct nfs_server *);
 15766 	int (*try_get_tree)(struct fs_context *);
 [all …]
 
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 16223 struct nfs_rpc_ops {  struct16224 	u32 version;
 16225 	const struct dentry_operations *dentry_ops;
 16226 	const struct inode_operations *dir_inode_ops;
 16227 	const struct inode_operations *file_inode_ops;
 16228 	const struct file_operations *file_ops;
 16229 	const struct nlmclnt_operations *nlmclnt_ops;
 16230 	int (*getroot)(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
 16231 … vfsmount * (*submount)(struct nfs_server *, struct dentry *, struct nfs_fh *, struct nfs_fattr *);
 16232 	struct dentry * (*try_mount)(int, const char *, struct nfs_mount_info *, struct nfs_subversion *);
 [all …]
 
 | 
| D | vmlinux.h | 16223 struct nfs_rpc_ops {  struct16224 	u32 version;
 16225 	const struct dentry_operations *dentry_ops;
 16226 	const struct inode_operations *dir_inode_ops;
 16227 	const struct inode_operations *file_inode_ops;
 16228 	const struct file_operations *file_ops;
 16229 	const struct nlmclnt_operations *nlmclnt_ops;
 16230 	int (*getroot)(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
 16231 … vfsmount * (*submount)(struct nfs_server *, struct dentry *, struct nfs_fh *, struct nfs_fattr *);
 16232 	struct dentry * (*try_mount)(int, const char *, struct nfs_mount_info *, struct nfs_subversion *);
 [all …]
 
 |