Searched refs:exfat_update_bh (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/exfat/ |
| A D | dir.c | 477 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_init_dir_entry() 487 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_init_dir_entry() 523 exfat_update_bh(fbh, IS_DIRSYNC(inode)); in exfat_update_dir_chksum() 545 exfat_update_bh(bh, sync); in exfat_init_ext_entry() 554 exfat_update_bh(bh, sync); in exfat_init_ext_entry() 563 exfat_update_bh(bh, sync); in exfat_init_ext_entry() 587 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_remove_entries()
|
| A D | balloc.c | 157 exfat_update_bh(sbi->vol_amap[i], sync); in exfat_set_bitmap() 175 exfat_update_bh(sbi->vol_amap[i], sync); in exfat_clear_bitmap()
|
| A D | namei.c | 389 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_find_empty_entry() 1045 exfat_update_bh(new_bh, sync); in exfat_rename_file() 1061 exfat_update_bh(new_bh, sync); in exfat_rename_file() 1078 exfat_update_bh(old_bh, sync); in exfat_rename_file() 1128 exfat_update_bh(new_bh, IS_DIRSYNC(inode)); in exfat_move_file() 1144 exfat_update_bh(new_bh, IS_DIRSYNC(inode)); in exfat_move_file()
|
| A D | misc.c | 166 void exfat_update_bh(struct buffer_head *bh, int sync) in exfat_update_bh() function
|
| A D | fatent.c | 78 exfat_update_bh(bh, sb->s_flags & SB_SYNCHRONOUS); in exfat_ent_set()
|
| A D | exfat_fs.h | 523 void exfat_update_bh(struct buffer_head *bh, int sync);
|
Completed in 18 milliseconds