Searched defs:fatent_operations (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 48265 struct fatent_operations { struct 48266 void (*ent_blocknr)(struct super_block *, int, int *, sector_t *); 48267 void (*ent_set_ptr)(struct fat_entry *, int); 48268 int (*ent_bread)(struct super_block *, struct fat_entry *, int, sector_t); 48269 int (*ent_get)(struct fat_entry *); 48270 void (*ent_put)(struct fat_entry *, int); 48271 int (*ent_next)(struct fat_entry *);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 58022 struct fatent_operations { struct 58023 void (*ent_blocknr)(struct super_block *, int, int *, sector_t *); 58024 void (*ent_set_ptr)(struct fat_entry *, int); 58025 int (*ent_bread)(struct super_block *, struct fat_entry *, int, sector_t); 58026 int (*ent_get)(struct fat_entry *); 58027 void (*ent_put)(struct fat_entry *, int); 58028 int (*ent_next)(struct fat_entry *);
|