Searched defs:fatent_operations (Results 1 – 6 of 6) sorted by relevance
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_600.h | 19088 struct fatent_operations { struct 19089 void (*ent_blocknr)(struct super_block *, int, int *, sector_t *); 19090 void (*ent_set_ptr)(struct fat_entry *, int); 19091 int (*ent_bread)(struct super_block *, struct fat_entry *, int, sector_t); 19092 int (*ent_get)(struct fat_entry *); 19093 void (*ent_put)(struct fat_entry *, int); 19094 int (*ent_next)(struct fat_entry *);
|
| D | vmlinux.h | 19088 struct fatent_operations { struct 19089 void (*ent_blocknr)(struct super_block *, int, int *, sector_t *); 19090 void (*ent_set_ptr)(struct fat_entry *, int); 19091 int (*ent_bread)(struct super_block *, struct fat_entry *, int, sector_t); 19092 int (*ent_get)(struct fat_entry *); 19093 void (*ent_put)(struct fat_entry *, int); 19094 int (*ent_next)(struct fat_entry *);
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_518.h | 61624 struct fatent_operations { struct 61625 void (*ent_blocknr)(struct super_block *, int, int *, sector_t *); 61626 void (*ent_set_ptr)(struct fat_entry *, int); 61627 int (*ent_bread)(struct super_block *, struct fat_entry *, int, sector_t); 61628 int (*ent_get)(struct fat_entry *); 61629 void (*ent_put)(struct fat_entry *, int); 61630 int (*ent_next)(struct fat_entry *);
|
| D | vmlinux.h | 61624 struct fatent_operations { struct 61625 void (*ent_blocknr)(struct super_block *, int, int *, sector_t *); 61626 void (*ent_set_ptr)(struct fat_entry *, int); 61627 int (*ent_bread)(struct super_block *, struct fat_entry *, int, sector_t); 61628 int (*ent_get)(struct fat_entry *); 61629 void (*ent_put)(struct fat_entry *, int); 61630 int (*ent_next)(struct fat_entry *);
|
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 43750 struct fatent_operations { struct 43751 void (*ent_blocknr)(struct super_block *, int, int *, sector_t *); 43752 void (*ent_set_ptr)(struct fat_entry *, int); 43753 int (*ent_bread)(struct super_block *, struct fat_entry *, int, sector_t); 43754 int (*ent_get)(struct fat_entry *); 43755 void (*ent_put)(struct fat_entry *, int); 43756 int (*ent_next)(struct fat_entry *);
|
| D | vmlinux_602.h | 43750 struct fatent_operations { struct 43751 void (*ent_blocknr)(struct super_block *, int, int *, sector_t *); 43752 void (*ent_set_ptr)(struct fat_entry *, int); 43753 int (*ent_bread)(struct super_block *, struct fat_entry *, int, sector_t); 43754 int (*ent_get)(struct fat_entry *); 43755 void (*ent_put)(struct fat_entry *, int); 43756 int (*ent_next)(struct fat_entry *);
|