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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dfatent.c105 struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops;
298 sbi->fatent_ops = &fat32_ops;
302 sbi->fatent_ops = &fat16_ops;
306 sbi->fatent_ops = &fat12_ops;
316 struct fatent_operations *ops = sbi->fatent_ops;
345 struct fatent_operations *ops = sbi->fatent_ops;
402 struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops;
417 if (sbi->fatent_ops->ent_next(fatent)) {
427 struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops;
458 struct fatent_operations *ops = sbi->fatent_ops;
[all...]
H A Dfat.h83 struct fatent_operations *fatent_ops; member in struct:msdos_sb_info

Completed in 109 milliseconds