Searched refs:fat_mirror_bhs (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
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/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 57812 @@ -379,6 +379,9 @@ static int fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs, 57822 @@ -388,11 +391,15 @@ static int fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs,
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 360172 @@ -381,6 +381,9 @@ static int fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs, 360182 @@ -390,11 +393,15 @@ static int fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs,
|