Searched refs:fatent_ops (Results 1 – 2 of 2) sorted by relevance
103 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_bread()296 sbi->fatent_ops = &fat32_ops; in fat_ent_access_init()300 sbi->fatent_ops = &fat16_ops; in fat_ent_access_init()304 sbi->fatent_ops = &fat12_ops; in fat_ent_access_init()324 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_update_ptr()353 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_read()411 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_write()426 if (sbi->fatent_ops->ent_next(fatent)) { in fat_ent_next()436 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_read_block()467 const struct fatent_operations *ops = sbi->fatent_ops; in fat_alloc_clusters()[all …]
91 const struct fatent_operations *fatent_ops; member