Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dfatent.c297 sbi->fatent_ops = &fat32_ops; in fat_ent_access_init()
300 sbi->fatent_ops = &fat16_ops; in fat_ent_access_init()
303 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()
429 if (sbi->fatent_ops->ent_next(fatent)) { in fat_ent_next()
470 const struct fatent_operations *ops = sbi->fatent_ops; in fat_alloc_clusters()
558 const struct fatent_operations *ops = sbi->fatent_ops; in fat_free_clusters()
651 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ra_init()
719 const struct fatent_operations *ops = sbi->fatent_ops; in fat_count_free_clusters()
[all …]
H A Dfat.h91 const struct fatent_operations *fatent_ops; member