Searched refs:exfat_update_bh (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | balloc.c | 159 exfat_update_bh(sbi->vol_amap[i], IS_DIRSYNC(inode)); in exfat_set_bitmap() 179 exfat_update_bh(sbi->vol_amap[i], IS_DIRSYNC(inode)); in exfat_clear_bitmap()
|
H A D | dir.c | 470 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_init_dir_entry() 480 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_init_dir_entry() 516 exfat_update_bh(fbh, IS_DIRSYNC(inode)); in exfat_update_dir_chksum() 538 exfat_update_bh(bh, sync); in exfat_init_ext_entry() 547 exfat_update_bh(bh, sync); in exfat_init_ext_entry() 556 exfat_update_bh(bh, sync); in exfat_init_ext_entry() 580 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_remove_entries()
|
H A D | namei.c | 400 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_find_empty_entry() 1058 exfat_update_bh(new_bh, sync); in exfat_rename_file() 1074 exfat_update_bh(new_bh, sync); in exfat_rename_file() 1091 exfat_update_bh(old_bh, sync); in exfat_rename_file() 1141 exfat_update_bh(new_bh, IS_DIRSYNC(inode)); in exfat_move_file() 1157 exfat_update_bh(new_bh, IS_DIRSYNC(inode)); in exfat_move_file()
|
H A D | misc.c | 166 void exfat_update_bh(struct buffer_head *bh, int sync) in exfat_update_bh() function
|
H A D | fatent.c | 78 exfat_update_bh(bh, sb->s_flags & SB_SYNCHRONOUS); in exfat_ent_set()
|
H A D | exfat_fs.h | 527 void exfat_update_bh(struct buffer_head *bh, int sync);
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | dir.c | 484 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_init_dir_entry() 494 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_init_dir_entry() 529 exfat_update_bh(fbh, IS_DIRSYNC(inode)); in exfat_update_dir_chksum() 569 exfat_update_bh(bh, sync); in exfat_init_ext_entry() 578 exfat_update_bh(bh, sync); in exfat_init_ext_entry() 590 exfat_update_bh(bh, sync); in exfat_init_ext_entry() 616 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_remove_entries()
|
H A 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()
|
H A D | namei.c | 1052 exfat_update_bh(new_bh, sync); in exfat_rename_file() 1066 exfat_update_bh(new_bh, sync); in exfat_rename_file() 1084 exfat_update_bh(old_bh, sync); in exfat_rename_file() 1133 exfat_update_bh(new_bh, IS_DIRSYNC(inode)); in exfat_move_file() 1147 exfat_update_bh(new_bh, IS_DIRSYNC(inode)); in exfat_move_file()
|
H A D | misc.c | 156 void exfat_update_bh(struct buffer_head *bh, int sync) in exfat_update_bh() function
|
H A D | exfat_fs.h | 556 void exfat_update_bh(struct buffer_head *bh, int sync);
|
H A D | fatent.c | 79 exfat_update_bh(bh, sb->s_flags & SB_SYNCHRONOUS); in exfat_ent_set()
|
Completed in 16 milliseconds