Searched refs:fat_mirror_bhs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | fatent.c | 375 static int fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs, in fat_mirror_bhs() function 422 return fat_mirror_bhs(sb, fatent->bhs, fatent->nr_bhs); in fat_ent_write() 542 err = fat_mirror_bhs(sb, bhs, nr_bhs); in fat_alloc_clusters() 608 err = fat_mirror_bhs(sb, bhs, nr_bhs); in fat_free_clusters() 623 err = fat_mirror_bhs(sb, bhs, nr_bhs); in fat_free_clusters()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A 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()
|
Completed in 3 milliseconds