Searched defs:fsverity_operations (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 7940 struct fsverity_operations { struct 7941 int (*begin_enable_verity)(struct file *); 7942 int (*end_enable_verity)(struct file *, const void *, size_t, u64); 7943 int (*get_verity_descriptor)(struct inode *, void *, size_t); 7944 struct page * (*read_merkle_tree_page)(struct inode *, unsigned long, unsigned long); 7945 int (*write_merkle_tree_block)(struct inode *, const void *, u64, unsigned int);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 8203 struct fsverity_operations { struct 8204 int (*begin_enable_verity)(struct file *); 8205 int (*end_enable_verity)(struct file *, const void *, size_t, u64); 8206 int (*get_verity_descriptor)(struct inode *, void *, size_t); 8207 struct page * (*read_merkle_tree_page)(struct inode *, unsigned long, unsigned long); 8208 int (*write_merkle_tree_block)(struct inode *, const void *, u64, unsigned int);
|