Home
last modified time | relevance | path

Searched defs:fscrypt_operations (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h7922 struct fscrypt_operations { struct
7923 unsigned int needs_bounce_pages: 1;
7924 unsigned int has_32bit_inodes: 1;
7925 unsigned int supports_subblock_data_units: 1;
7926 const char *legacy_key_prefix;
7927 int (*get_context)(struct inode *, void *, size_t);
7928 int (*set_context)(struct inode *, const void *, size_t, void *);
7929 const union fscrypt_policy * (*get_dummy_policy)(struct super_block *);
7930 bool (*empty_dir)(struct inode *);
7931 bool (*has_stable_inodes)(struct super_block *);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h8185 struct fscrypt_operations { struct
8186 unsigned int needs_bounce_pages: 1;
8187 unsigned int has_32bit_inodes: 1;
8188 unsigned int supports_subblock_data_units: 1;
8189 const char *legacy_key_prefix;
8190 int (*get_context)(struct inode *, void *, size_t);
8191 int (*set_context)(struct inode *, const void *, size_t, void *);
8192 const union fscrypt_policy * (*get_dummy_policy)(struct super_block *);
8193 bool (*empty_dir)(struct inode *);
8194 bool (*has_stable_inodes)(struct super_block *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h3894 struct fscrypt_operations { struct
3895 unsigned int flags;
3896 const char *key_prefix;
3897 int (*get_context)(struct inode *, void *, size_t);
3898 int (*set_context)(struct inode *, const void *, size_t, void *);
3899 const union fscrypt_policy * (*get_dummy_policy)(struct super_block *);
3900 bool (*empty_dir)(struct inode *);
3901 bool (*has_stable_inodes)(struct super_block *);
3902 void (*get_ino_and_lblk_bits)(struct super_block *, int *, int *);
3903 struct block_device ** (*get_devices)(struct super_block *, unsigned int *);
H A Dvmlinux_602.h3894 struct fscrypt_operations { struct
3895 unsigned int flags;
3896 const char *key_prefix;
3897 int (*get_context)(struct inode *, void *, size_t);
3898 int (*set_context)(struct inode *, const void *, size_t, void *);
3899 const union fscrypt_policy * (*get_dummy_policy)(struct super_block *);
3900 bool (*empty_dir)(struct inode *);
3901 bool (*has_stable_inodes)(struct super_block *);
3902 void (*get_ino_and_lblk_bits)(struct super_block *, int *, int *);
3903 struct block_device ** (*get_devices)(struct super_block *, unsigned int *);
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h4178 struct fscrypt_operations { struct
4179 unsigned int flags;
4180 const char *key_prefix;
4181 int (*get_context)(struct inode *, void *, size_t);
4182 int (*set_context)(struct inode *, const void *, size_t, void *);
4183 const union fscrypt_policy * (*get_dummy_policy)(struct super_block *);
4184 bool (*empty_dir)(struct inode *);
4185 bool (*has_stable_inodes)(struct super_block *);
4186 void (*get_ino_and_lblk_bits)(struct super_block *, int *, int *);
4187 int (*get_num_devices)(struct super_block *);
[all …]
H A Dvmlinux_518.h4178 struct fscrypt_operations { struct
4179 unsigned int flags;
4180 const char *key_prefix;
4181 int (*get_context)(struct inode *, void *, size_t);
4182 int (*set_context)(struct inode *, const void *, size_t, void *);
4183 const union fscrypt_policy * (*get_dummy_policy)(struct super_block *);
4184 bool (*empty_dir)(struct inode *);
4185 bool (*has_stable_inodes)(struct super_block *);
4186 void (*get_ino_and_lblk_bits)(struct super_block *, int *, int *);
4187 int (*get_num_devices)(struct super_block *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h3977 struct fscrypt_operations { struct
3978 unsigned int flags;
3979 const char *key_prefix;
3980 int (*get_context)(struct inode *, void *, size_t);
3981 int (*set_context)(struct inode *, const void *, size_t, void *);
3982 const union fscrypt_policy * (*get_dummy_policy)(struct super_block *);
3983 bool (*empty_dir)(struct inode *);
3984 bool (*has_stable_inodes)(struct super_block *);
3985 void (*get_ino_and_lblk_bits)(struct super_block *, int *, int *);
3986 int (*get_num_devices)(struct super_block *);
[all …]
H A Dvmlinux.h3977 struct fscrypt_operations { struct
3978 unsigned int flags;
3979 const char *key_prefix;
3980 int (*get_context)(struct inode *, void *, size_t);
3981 int (*set_context)(struct inode *, const void *, size_t, void *);
3982 const union fscrypt_policy * (*get_dummy_policy)(struct super_block *);
3983 bool (*empty_dir)(struct inode *);
3984 bool (*has_stable_inodes)(struct super_block *);
3985 void (*get_ino_and_lblk_bits)(struct super_block *, int *, int *);
3986 int (*get_num_devices)(struct super_block *);
[all …]