Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fat/
Dfatent.c12 struct fatent_operations { struct
105 struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_bread()
252 static struct fatent_operations fat12_ops = {
261 static struct fatent_operations fat16_ops = {
270 static struct fatent_operations fat32_ops = {
316 struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_update_ptr()
345 struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_read()
403 struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_write()
428 struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_read_block()
459 struct fatent_operations *ops = sbi->fatent_ops; in fat_alloc_clusters()
[all …]
Dfat.h83 struct fatent_operations *fatent_ops;