Searched defs:fatent (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dcache.c222 struct fat_entry fatent; local
H A Dfile.c250 struct fat_entry fatent; local
H A Dmisc.c110 struct fat_entry fatent; local
H A Dfatent.c44 static void fat12_ent_set_ptr(struct fat_entry *fatent, int offset) argument
58 static void fat16_ent_set_ptr(struct fat_entry *fatent, int offset) argument
64 fat32_ent_set_ptr(struct fat_entry *fatent, int offset) argument
70 fat12_ent_bread(struct super_block *sb, struct fat_entry *fatent, int offset, sector_t blocknr) argument
102 fat_ent_bread(struct super_block *sb, struct fat_entry *fatent, int offset, sector_t blocknr) argument
120 fat12_ent_get(struct fat_entry *fatent) argument
138 fat16_ent_get(struct fat_entry *fatent) argument
147 fat32_ent_get(struct fat_entry *fatent) argument
156 fat12_ent_put(struct fat_entry *fatent, int new) argument
178 fat16_ent_put(struct fat_entry *fatent, int new) argument
187 fat32_ent_put(struct fat_entry *fatent, int new) argument
198 fat12_ent_next(struct fat_entry *fatent) argument
228 fat16_ent_next(struct fat_entry *fatent) argument
240 fat32_ent_next(struct fat_entry *fatent) argument
311 fat_ent_update_ptr(struct super_block *sb, struct fat_entry *fatent, int offset, sector_t blocknr) argument
341 fat_ent_read(struct inode *inode, struct fat_entry *fatent, int entry) argument
398 fat_ent_write(struct inode *inode, struct fat_entry *fatent, int new, int wait) argument
414 fat_ent_next(struct msdos_sb_info *sbi, struct fat_entry *fatent) argument
424 fat_ent_read_block(struct super_block *sb, struct fat_entry *fatent) argument
436 fat_collect_bhs(struct buffer_head **bhs, int *nr_bhs, struct fat_entry *fatent) argument
459 struct fat_entry fatent, prev_ent; local
548 struct fat_entry fatent; local
627 fat_ent_reada(struct super_block *sb, struct fat_entry *fatent, unsigned long reada_blocks) argument
644 struct fat_entry fatent; local
[all...]
H A Dfat.h267 static inline void fatent_init(struct fat_entry *fatent) argument
276 static inline void fatent_set_entry(struct fat_entry *fatent, int entry) argument
282 fatent_brelse(struct fat_entry *fatent) argument
[all...]

Completed in 61 milliseconds