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

/linux-master/fs/fat/
H A Dfatent.c105 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops;
297 sbi->fatent_ops = &fat32_ops;
300 sbi->fatent_ops = &fat16_ops;
303 sbi->fatent_ops = &fat12_ops;
324 const struct fatent_operations *ops = sbi->fatent_ops;
353 const struct fatent_operations *ops = sbi->fatent_ops;
414 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops;
429 if (sbi->fatent_ops->ent_next(fatent)) {
439 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops;
470 const struct fatent_operations *ops = sbi->fatent_ops;
[all...]
H A Dfat.h91 const struct fatent_operations *fatent_ops; member in struct:msdos_sb_info

Completed in 122 milliseconds