Searched refs:fatent_ops (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dfatent.c100 struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops;
287 sbi->fatent_ops = &fat32_ops;
291 sbi->fatent_ops = &fat16_ops;
295 sbi->fatent_ops = &fat12_ops;
305 struct fatent_operations *ops = sbi->fatent_ops;
324 struct fatent_operations *ops = sbi->fatent_ops;
381 struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops;
396 if (sbi->fatent_ops->ent_next(fatent)) {
406 struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops;
437 struct fatent_operations *ops = sbi->fatent_ops;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmsdos_fs.h243 struct fatent_operations *fatent_ops; member in struct:msdos_sb_info

Completed in 101 milliseconds