Searched refs:fat_mirror_bhs (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/fat/ |
D | fatent.c | 377 static int fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs, in fat_mirror_bhs() function 424 return fat_mirror_bhs(sb, fatent->bhs, fatent->nr_bhs); in fat_ent_write() 544 err = fat_mirror_bhs(sb, bhs, nr_bhs); in fat_alloc_clusters() 610 err = fat_mirror_bhs(sb, bhs, nr_bhs); in fat_free_clusters() 625 err = fat_mirror_bhs(sb, bhs, nr_bhs); in fat_free_clusters()
|