| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | namei.c | 343 ret = exfat_alloc_cluster(inode, 1, &clu, IS_DIRSYNC(inode)); in exfat_find_empty_entry() 389 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_find_empty_entry() 564 if (IS_DIRSYNC(dir)) in exfat_create() 815 if (IS_DIRSYNC(dir)) in exfat_unlink() 849 if (IS_DIRSYNC(dir)) in exfat_mkdir() 979 if (IS_DIRSYNC(dir)) in exfat_rmdir() 1004 int sync = IS_DIRSYNC(inode); in exfat_rename_file() 1120 exfat_update_bh(new_bh, IS_DIRSYNC(inode)); in exfat_move_file() 1136 exfat_update_bh(new_bh, IS_DIRSYNC(inode)); in exfat_move_file() 1350 if (IS_DIRSYNC(new_dir)) in exfat_rename() [all …]
|
| H A D | fatent.c | 191 exfat_clear_bitmap(inode, clu, (sync && IS_DIRSYNC(inode))); in exfat_free_cluster() 212 exfat_clear_bitmap(inode, clu, (sync && IS_DIRSYNC(inode))); in exfat_free_cluster() 288 err = exfat_update_bhs(bhs, n, IS_DIRSYNC(dir)); in exfat_zeroed_cluster()
|
| H A D | dir.c | 320 ret = exfat_alloc_cluster(inode, 1, clu, IS_DIRSYNC(inode)); in exfat_alloc_new_dir() 472 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_init_dir_entry() 482 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_init_dir_entry() 518 exfat_update_bh(fbh, IS_DIRSYNC(inode)); in exfat_update_dir_chksum() 533 int sync = IS_DIRSYNC(inode); in exfat_init_ext_entry() 582 exfat_update_bh(bh, IS_DIRSYNC(inode)); in exfat_remove_entries()
|
| H A D | file.c | 248 if (IS_DIRSYNC(inode)) in exfat_truncate()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | namei.c | 371 if (IS_DIRSYNC(dir)) in f2fs_create() 420 if (IS_DIRSYNC(dir)) in f2fs_link() 633 if (IS_DIRSYNC(dir)) in f2fs_unlink() 718 if (IS_DIRSYNC(dir)) in f2fs_symlink() 768 if (IS_DIRSYNC(dir)) in f2fs_mkdir() 822 if (IS_DIRSYNC(dir)) in f2fs_mknod() 1089 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_rename() 1253 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_cross_rename()
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | namei_msdos.c | 255 if (IS_DIRSYNC(dir)) in msdos_add_entry() 472 if (IS_DIRSYNC(old_dir)) { in do_msdos_rename() 483 if (IS_DIRSYNC(old_dir)) in do_msdos_rename() 517 if (IS_DIRSYNC(new_dir)) { in do_msdos_rename() 527 if (IS_DIRSYNC(new_dir)) { in do_msdos_rename() 543 if (IS_DIRSYNC(old_dir)) in do_msdos_rename()
|
| H A D | dir.c | 1016 if (IS_DIRSYNC(dir)) in __fat_remove_entries() 1051 if (IS_DIRSYNC(dir)) in fat_remove_entries() 1072 if (IS_DIRSYNC(dir)) in fat_remove_entries() 1107 if (IS_DIRSYNC(dir)) { in fat_zeroed_cluster() 1117 if (IS_DIRSYNC(dir)) { in fat_zeroed_cluster() 1352 if (long_bhs && IS_DIRSYNC(dir)) in fat_add_entries() 1359 if (IS_DIRSYNC(dir)) in fat_add_entries()
|
| H A D | namei_vfat.c | 683 if (IS_DIRSYNC(dir)) in vfat_add_entry() 948 if (IS_DIRSYNC(new_dir)) { in vfat_rename() 958 if (IS_DIRSYNC(new_dir)) { in vfat_rename() 974 if (IS_DIRSYNC(old_dir)) in vfat_rename()
|
| H A D | misc.c | 147 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) { in fat_chain_add()
|
| H A D | file.c | 319 wait = IS_DIRSYNC(inode); in fat_free()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | dir.c | 1439 sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); in do_rename() 1515 int sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); in ubifs_xrename()
|
| H A D | journal.c | 543 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir); in ubifs_jnl_update() 1678 int sync = IS_DIRSYNC(host); in ubifs_jnl_delete_xattr() 1799 int sync = IS_DIRSYNC(host); in ubifs_jnl_change_xattr()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | namei.c | 2740 if (IS_DIRSYNC(dir)) in ext4_add_nondir() 2991 if (IS_DIRSYNC(dir)) in ext4_mkdir() 3301 if (IS_DIRSYNC(dir)) in ext4_rmdir() 3374 if (IS_DIRSYNC(dir)) in __ext4_unlink() 3593 if (IS_DIRSYNC(dir)) in __ext4_link() 4010 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_rename() 4225 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_cross_rename()
|
| H A D | ialloc.c | 1266 if (IS_DIRSYNC(inode)) in __ext4_new_inode()
|
| /OK3568_Linux_fs/kernel/fs/sysv/ |
| H A D | dir.c | 48 if (IS_DIRSYNC(dir)) in dir_commit_chunk()
|
| /OK3568_Linux_fs/kernel/fs/minix/ |
| H A D | dir.c | 60 if (IS_DIRSYNC(dir)) in dir_commit_chunk()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | dir.c | 109 if (IS_DIRSYNC(dir)) in nilfs_commit_chunk()
|
| /OK3568_Linux_fs/kernel/fs/ufs/ |
| H A D | dir.c | 57 if (IS_DIRSYNC(dir)) in ufs_commit_chunk()
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | dir.c | 104 if (IS_DIRSYNC(dir)) { in ext2_commit_chunk()
|
| H A D | inode.c | 530 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in ext2_alloc_branch()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | inode.c | 2025 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in inode_needs_sync()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 2085 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \ macro
|