Searched defs:export_operations (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 5021 struct export_operations { struct 5022 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *); 5023 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int); 5024 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int); 5025 int (*get_name)(struct dentry *, char *, struct dentry *); 5026 struct dentry * (*get_parent)(struct dentry *); 5027 int (*commit_metadata)(struct inode *); 5028 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *); 5029 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *); 5030 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *); [all …]
|