Searched refs:fat_mirror_bhs (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/fat/ |
D | fatent.c | 376 static int fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs, in fat_mirror_bhs() function 423 return fat_mirror_bhs(sb, fatent->bhs, fatent->nr_bhs); in fat_ent_write() 543 err = fat_mirror_bhs(sb, bhs, nr_bhs); in fat_alloc_clusters() 609 err = fat_mirror_bhs(sb, bhs, nr_bhs); in fat_free_clusters() 624 err = fat_mirror_bhs(sb, bhs, nr_bhs); in fat_free_clusters()
|