Searched defs:fatent_operations (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/fs/fat/ |
| D | fatent.c | 10 struct fatent_operations { struct 11 void (*ent_blocknr)(struct super_block *, int, int *, sector_t *); 12 void (*ent_set_ptr)(struct fat_entry *, int); 13 int (*ent_bread)(struct super_block *, struct fat_entry *, 15 int (*ent_get)(struct fat_entry *); 16 void (*ent_put)(struct fat_entry *, int); 17 int (*ent_next)(struct fat_entry *);
|
| /kernel/linux/linux-5.10/fs/fat/ |
| D | fatent.c | 10 struct fatent_operations { struct 11 void (*ent_blocknr)(struct super_block *, int, int *, sector_t *); 12 void (*ent_set_ptr)(struct fat_entry *, int); 13 int (*ent_bread)(struct super_block *, struct fat_entry *, 15 int (*ent_get)(struct fat_entry *); 16 void (*ent_put)(struct fat_entry *, int); 17 int (*ent_next)(struct fat_entry *);
|