Home
last modified time | relevance | path

Searched refs:IS_DIRSYNC (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dnamei.c156 if (IS_DIRSYNC(dir)) in f2fs_create()
189 if (IS_DIRSYNC(dir)) in f2fs_link()
311 if (IS_DIRSYNC(dir)) in f2fs_unlink()
416 if (IS_DIRSYNC(dir)) in f2fs_symlink()
459 if (IS_DIRSYNC(dir)) in f2fs_mkdir()
504 if (IS_DIRSYNC(dir)) in f2fs_mknod()
720 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_rename()
876 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_cross_rename()
/linux-4.4.14/fs/fat/
Dnamei_msdos.c253 if (IS_DIRSYNC(dir)) in msdos_add_entry()
474 if (IS_DIRSYNC(old_dir)) { in do_msdos_rename()
485 if (IS_DIRSYNC(old_dir)) in do_msdos_rename()
519 if (IS_DIRSYNC(new_dir)) { in do_msdos_rename()
529 if (IS_DIRSYNC(new_dir)) { in do_msdos_rename()
545 if (IS_DIRSYNC(old_dir)) in do_msdos_rename()
Ddir.c1019 if (IS_DIRSYNC(dir)) in __fat_remove_entries()
1054 if (IS_DIRSYNC(dir)) in fat_remove_entries()
1075 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()
1346 if (long_bhs && IS_DIRSYNC(dir)) in fat_add_entries()
1353 if (IS_DIRSYNC(dir)) in fat_add_entries()
Dnamei_vfat.c682 if (IS_DIRSYNC(dir)) in vfat_add_entry()
954 if (IS_DIRSYNC(new_dir)) { in vfat_rename()
964 if (IS_DIRSYNC(new_dir)) { in vfat_rename()
980 if (IS_DIRSYNC(old_dir)) in vfat_rename()
Dmisc.c145 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) { in fat_chain_add()
Dfile.c229 wait = IS_DIRSYNC(inode); in fat_free()
/linux-4.4.14/fs/ext4/
Dnamei.c2454 if (!err && IS_DIRSYNC(dir)) in ext4_create()
2486 if (!err && IS_DIRSYNC(dir)) in ext4_mknod()
2655 if (IS_DIRSYNC(dir)) in ext4_mkdir()
2949 if (IS_DIRSYNC(dir)) in ext4_rmdir()
3019 if (IS_DIRSYNC(dir)) in ext4_unlink()
3184 if (!err && IS_DIRSYNC(dir)) in ext4_symlink()
3225 if (IS_DIRSYNC(dir)) in ext4_link()
3564 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_rename()
3745 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_cross_rename()
Dialloc.c1050 if (IS_DIRSYNC(inode)) in __ext4_new_inode()
/linux-4.4.14/fs/ubifs/
Djournal.c546 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir); in ubifs_jnl_update()
1293 int sync = IS_DIRSYNC(host); in ubifs_jnl_delete_xattr()
1406 int sync = IS_DIRSYNC(host); in ubifs_jnl_change_xattr()
Ddir.c1086 sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); in ubifs_rename()
/linux-4.4.14/fs/sysv/
Ddir.c47 if (IS_DIRSYNC(dir)) in dir_commit_chunk()
/linux-4.4.14/fs/minix/
Ddir.c59 if (IS_DIRSYNC(dir)) in dir_commit_chunk()
/linux-4.4.14/fs/nilfs2/
Ddir.c98 if (IS_DIRSYNC(dir)) in nilfs_commit_chunk()
/linux-4.4.14/fs/ufs/
Ddir.c55 if (IS_DIRSYNC(dir)) in ufs_commit_chunk()
/linux-4.4.14/fs/ext2/
Ddir.c102 if (IS_DIRSYNC(dir)) { in ext2_commit_chunk()
Dinode.c528 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in ext2_alloc_branch()
/linux-4.4.14/fs/exofs/
Ddir.c74 if (IS_DIRSYNC(dir)) in exofs_commit_chunk()
/linux-4.4.14/fs/
Dinode.c1809 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in inode_needs_sync()
/linux-4.4.14/include/linux/
Dfs.h1768 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || \ macro