Searched refs:fat_sync_bhs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | fatent.c | 418 err = fat_sync_bhs(fatent->bhs, fatent->nr_bhs); in fat_ent_write() 540 err = fat_sync_bhs(bhs, nr_bhs); in fat_alloc_clusters() 604 err = fat_sync_bhs(bhs, nr_bhs); in fat_free_clusters() 619 err = fat_sync_bhs(bhs, nr_bhs); in fat_free_clusters()
|
H A D | misc.c | 352 int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs) in fat_sync_bhs() function
|
H A D | dir.c | 1108 err = fat_sync_bhs(bhs, n); in fat_zeroed_cluster() 1118 err = fat_sync_bhs(bhs, n); in fat_zeroed_cluster() 1353 err = fat_sync_bhs(bhs, long_bhs); in fat_add_entries()
|
H A D | fat.h | 451 extern int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs);
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | fatent.c | 419 err = fat_sync_bhs(fatent->bhs, fatent->nr_bhs); in fat_ent_write() 541 err = fat_sync_bhs(bhs, nr_bhs); in fat_alloc_clusters() 605 err = fat_sync_bhs(bhs, nr_bhs); in fat_free_clusters() 620 err = fat_sync_bhs(bhs, nr_bhs); in fat_free_clusters()
|
H A D | misc.c | 362 int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs) in fat_sync_bhs() function
|
H A D | dir.c | 1108 err = fat_sync_bhs(bhs, n); in fat_zeroed_cluster() 1118 err = fat_sync_bhs(bhs, n); in fat_zeroed_cluster() 1353 err = fat_sync_bhs(bhs, long_bhs); in fat_add_entries()
|
H A D | fat.h | 464 extern int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs);
|
Completed in 10 milliseconds