Searched refs:fat_mirror_bhs (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/fat/ |
D | fatent.c | 376 static int fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs, in fat_mirror_bhs() function 420 return fat_mirror_bhs(sb, fatent->bhs, fatent->nr_bhs); in fat_ent_write() 540 err = fat_mirror_bhs(sb, bhs, nr_bhs); in fat_alloc_clusters() 606 err = fat_mirror_bhs(sb, bhs, nr_bhs); in fat_free_clusters() 621 err = fat_mirror_bhs(sb, bhs, nr_bhs); in fat_free_clusters()
|