Lines Matching refs:fatent_ops
103 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_bread()
295 sbi->fatent_ops = &fat32_ops; in fat_ent_access_init()
298 sbi->fatent_ops = &fat16_ops; in fat_ent_access_init()
301 sbi->fatent_ops = &fat12_ops; in fat_ent_access_init()
322 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_update_ptr()
351 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_read()
412 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_write()
427 if (sbi->fatent_ops->ent_next(fatent)) { in fat_ent_next()
437 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_read_block()
468 const struct fatent_operations *ops = sbi->fatent_ops; in fat_alloc_clusters()
556 const struct fatent_operations *ops = sbi->fatent_ops; in fat_free_clusters()
649 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ra_init()
689 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_reada()
717 const struct fatent_operations *ops = sbi->fatent_ops; in fat_count_free_clusters()
764 const struct fatent_operations *ops = sbi->fatent_ops; in fat_trim_fs()