Home
last modified time | relevance | path

Searched defs:export_operations (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h4633 struct export_operations { struct
4634 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *);
4635 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int);
4636 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int);
4637 int (*get_name)(struct dentry *, char *, struct dentry *);
4638 struct dentry * (*get_parent)(struct dentry *);
4639 int (*commit_metadata)(struct inode *);
4640 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *);
4641 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *);
4642 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *);
[all …]
H A Dvmlinux_600.h4633 struct export_operations { struct
4634 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *);
4635 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int);
4636 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int);
4637 int (*get_name)(struct dentry *, char *, struct dentry *);
4638 struct dentry * (*get_parent)(struct dentry *);
4639 int (*commit_metadata)(struct inode *);
4640 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *);
4641 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *);
4642 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *);
[all …]
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h4047 struct export_operations { struct
4048 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *);
4049 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int);
4050 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int);
4051 int (*get_name)(struct dentry *, char *, struct dentry *);
4052 struct dentry * (*get_parent)(struct dentry *);
4053 int (*commit_metadata)(struct inode *);
4054 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *);
4055 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *);
4056 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h3869 struct export_operations { struct
3870 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *);
3871 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int);
3872 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int);
3873 int (*get_name)(struct dentry *, char *, struct dentry *);
3874 struct dentry * (*get_parent)(struct dentry *);
3875 int (*commit_metadata)(struct inode *);
3876 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *);
3877 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *);
3878 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *);
[all …]
H A Dvmlinux_602.h3869 struct export_operations { struct
3870 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *);
3871 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int);
3872 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int);
3873 int (*get_name)(struct dentry *, char *, struct dentry *);
3874 struct dentry * (*get_parent)(struct dentry *);
3875 int (*commit_metadata)(struct inode *);
3876 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *);
3877 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *);
3878 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h4153 struct export_operations { struct
4154 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *);
4155 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int);
4156 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int);
4157 int (*get_name)(struct dentry *, char *, struct dentry *);
4158 struct dentry * (*get_parent)(struct dentry *);
4159 int (*commit_metadata)(struct inode *);
4160 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *);
4161 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *);
4162 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *);
[all …]
H A Dvmlinux_518.h4153 struct export_operations { struct
4154 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *);
4155 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int);
4156 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int);
4157 int (*get_name)(struct dentry *, char *, struct dentry *);
4158 struct dentry * (*get_parent)(struct dentry *);
4159 int (*commit_metadata)(struct inode *);
4160 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *);
4161 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *);
4162 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h7898 struct export_operations { struct
7899 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *);
7900 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int);
7901 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int);
7902 int (*get_name)(struct dentry *, char *, struct dentry *);
7903 struct dentry * (*get_parent)(struct dentry *);
7904 int (*commit_metadata)(struct inode *);
7905 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *);
7906 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *);
7907 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h3952 struct export_operations { struct
3953 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *);
3954 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int);
3955 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int);
3956 int (*get_name)(struct dentry *, char *, struct dentry *);
3957 struct dentry * (*get_parent)(struct dentry *);
3958 int (*commit_metadata)(struct inode *);
3959 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *);
3960 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *);
3961 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *);
[all …]
H A Dvmlinux.h3952 struct export_operations { struct
3953 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *);
3954 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int);
3955 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int);
3956 int (*get_name)(struct dentry *, char *, struct dentry *);
3957 struct dentry * (*get_parent)(struct dentry *);
3958 int (*commit_metadata)(struct inode *);
3959 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *);
3960 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *);
3961 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h3795 struct export_operations { struct
3796 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *);
3797 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int);
3798 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int);
3799 int (*get_name)(struct dentry *, char *, struct dentry *);
3800 struct dentry * (*get_parent)(struct dentry *);
3801 int (*commit_metadata)(struct inode *);
3802 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *);
3803 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *);
3804 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *);
[all …]
H A Dvmlinux.h3795 struct export_operations { struct
3796 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *);
3797 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int);
3798 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int);
3799 int (*get_name)(struct dentry *, char *, struct dentry *);
3800 struct dentry * (*get_parent)(struct dentry *);
3801 int (*commit_metadata)(struct inode *);
3802 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *);
3803 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *);
3804 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h8161 struct export_operations { struct
8162 int (*encode_fh)(struct inode *, __u32 *, int *, struct inode *);
8163 struct dentry * (*fh_to_dentry)(struct super_block *, struct fid *, int, int);
8164 struct dentry * (*fh_to_parent)(struct super_block *, struct fid *, int, int);
8165 int (*get_name)(struct dentry *, char *, struct dentry *);
8166 struct dentry * (*get_parent)(struct dentry *);
8167 int (*commit_metadata)(struct inode *);
8168 int (*get_uuid)(struct super_block *, u8 *, u32 *, u64 *);
8169 int (*map_blocks)(struct inode *, loff_t, u64, struct iomap *, bool, u32 *);
8170 int (*commit_blocks)(struct inode *, struct iomap *, int, struct iattr *);
[all …]