Searched defs:fatent_operations (Results  1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 49027 struct fatent_operations {  struct49028 	void (*ent_blocknr)(struct super_block *, int, int *, sector_t *);
 49029 	void (*ent_set_ptr)(struct fat_entry *, int);
 49030 	int (*ent_bread)(struct super_block *, struct fat_entry *, int, sector_t);
 49031 	int (*ent_get)(struct fat_entry *);
 49032 	void (*ent_put)(struct fat_entry *, int);
 49033 	int (*ent_next)(struct fat_entry *);
 
 | 
| D | vmlinux.h | 49027 struct fatent_operations {  struct49028 	void (*ent_blocknr)(struct super_block *, int, int *, sector_t *);
 49029 	void (*ent_set_ptr)(struct fat_entry *, int);
 49030 	int (*ent_bread)(struct super_block *, struct fat_entry *, int, sector_t);
 49031 	int (*ent_get)(struct fat_entry *);
 49032 	void (*ent_put)(struct fat_entry *, int);
 49033 	int (*ent_next)(struct fat_entry *);
 
 |