Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fat/
Dfatent.c10 struct fatent_operations { struct
104 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_bread()
251 static const struct fatent_operations fat12_ops = {
260 static const struct fatent_operations fat16_ops = {
269 static const struct fatent_operations fat32_ops = {
325 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_update_ptr()
354 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_read()
415 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_write()
440 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_read_block()
471 const struct fatent_operations *ops = sbi->fatent_ops; in fat_alloc_clusters()
[all …]
Dfat.h91 const struct fatent_operations *fatent_ops;