Searched defs:export_operations (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 5335 struct export_operations { struct 5336 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *); 5337 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int); 5338 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int); 5339 int (*get_name)(struct dentry *, char *, struct dentry *); 5340 struct dentry * (*get_parent)(struct dentry *); 5341 int (*commit_metadata)(struct inode *); 5342 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *); 5343 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *); 5344 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *); [all …]
|