Searched defs:fscrypt_operations (Results  1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ | 
| D | vmlinux.h | 7922 struct fscrypt_operations {  struct7923 	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 …]
 
 | 
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ | 
| D | vmlinux.h | 8185 struct fscrypt_operations {  struct8186 	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 …]
 
 |