Searched refs:exfat_update_bh (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/exfat/ |
D | dir.c | 475 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_init_dir_entry() 485 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_init_dir_entry() 520 exfat_update_bh(fbh, IS_DIRSYNC(inode)); in exfat_update_dir_chksum() 541 exfat_update_bh(bh, sync); in exfat_init_ext_entry() 550 exfat_update_bh(bh, sync); in exfat_init_ext_entry() 559 exfat_update_bh(bh, sync); in exfat_init_ext_entry() 582 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_remove_entries()
|
D | balloc.c | 159 exfat_update_bh(sbi->vol_amap[i], sync); in exfat_set_bitmap() 179 exfat_update_bh(sbi->vol_amap[i], sync); in exfat_clear_bitmap()
|
D | namei.c | 1038 exfat_update_bh(new_bh, sync); in exfat_rename_file() 1052 exfat_update_bh(new_bh, sync); in exfat_rename_file() 1070 exfat_update_bh(old_bh, sync); in exfat_rename_file() 1119 exfat_update_bh(new_bh, IS_DIRSYNC(inode)); in exfat_move_file() 1133 exfat_update_bh(new_bh, IS_DIRSYNC(inode)); in exfat_move_file()
|
D | misc.c | 156 void exfat_update_bh(struct buffer_head *bh, int sync) in exfat_update_bh() function
|
D | fatent.c | 79 exfat_update_bh(bh, sb->s_flags & SB_SYNCHRONOUS); in exfat_ent_set()
|
D | exfat_fs.h | 530 void exfat_update_bh(struct buffer_head *bh, int sync);
|