Searched refs:IS_DIRSYNC (Results 1 - 21 of 21) sorted by relevance

/linux-4.1.27/fs/f2fs/
H A Dnamei.c143 if (IS_DIRSYNC(dir)) f2fs_create()
172 if (IS_DIRSYNC(dir)) f2fs_link()
292 if (IS_DIRSYNC(dir)) f2fs_unlink()
354 if (IS_DIRSYNC(dir)) f2fs_symlink()
392 if (IS_DIRSYNC(dir)) f2fs_mkdir()
440 if (IS_DIRSYNC(dir)) f2fs_mknod()
555 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) f2fs_rename()
694 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) f2fs_cross_rename()
/linux-4.1.27/fs/fat/
H A Dnamei_msdos.c253 if (IS_DIRSYNC(dir)) msdos_add_entry()
474 if (IS_DIRSYNC(old_dir)) { do_msdos_rename()
485 if (IS_DIRSYNC(old_dir)) do_msdos_rename()
519 if (IS_DIRSYNC(new_dir)) { do_msdos_rename()
529 if (IS_DIRSYNC(new_dir)) { do_msdos_rename()
545 if (IS_DIRSYNC(old_dir)) do_msdos_rename()
H A Ddir.c1013 if (IS_DIRSYNC(dir)) __fat_remove_entries()
1048 if (IS_DIRSYNC(dir)) fat_remove_entries()
1069 if (IS_DIRSYNC(dir)) fat_remove_entries()
1101 if (IS_DIRSYNC(dir)) { fat_zeroed_cluster()
1111 if (IS_DIRSYNC(dir)) { fat_zeroed_cluster()
1340 if (long_bhs && IS_DIRSYNC(dir)) fat_add_entries()
1347 if (IS_DIRSYNC(dir)) fat_add_entries()
H A Dmisc.c145 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) { fat_chain_add()
H A Dnamei_vfat.c682 if (IS_DIRSYNC(dir)) vfat_add_entry()
954 if (IS_DIRSYNC(new_dir)) { vfat_rename()
964 if (IS_DIRSYNC(new_dir)) { vfat_rename()
980 if (IS_DIRSYNC(old_dir)) vfat_rename()
H A Dfile.c228 wait = IS_DIRSYNC(inode); fat_free()
/linux-4.1.27/fs/sysv/
H A Ddir.c52 if (IS_DIRSYNC(dir)) dir_commit_chunk()
/linux-4.1.27/fs/ext3/
H A Dnamei.c1708 if (IS_DIRSYNC(dir)) ext3_create()
1744 if (IS_DIRSYNC(dir)) ext3_mknod()
1820 if (IS_DIRSYNC(dir)) ext3_mkdir()
2125 if (IS_DIRSYNC(dir)) ext3_rmdir()
2182 if (IS_DIRSYNC(dir)) ext3_unlink()
2261 if (IS_DIRSYNC(dir)) ext3_symlink()
2345 if (IS_DIRSYNC(dir)) ext3_link()
2402 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) ext3_rename()
H A Dialloc.c498 if (IS_DIRSYNC(inode)) ext3_new_inode()
/linux-4.1.27/fs/minix/
H A Ddir.c64 if (IS_DIRSYNC(dir)) dir_commit_chunk()
/linux-4.1.27/fs/ext4/
H A Dnamei.c2534 if (!err && IS_DIRSYNC(dir)) ext4_create()
2567 if (!err && IS_DIRSYNC(dir)) ext4_mknod()
2740 if (IS_DIRSYNC(dir)) ext4_mkdir()
3033 if (IS_DIRSYNC(dir)) ext4_rmdir()
3098 if (IS_DIRSYNC(dir)) ext4_unlink()
3261 if (!err && IS_DIRSYNC(dir)) ext4_symlink()
3299 if (IS_DIRSYNC(dir)) ext4_link()
3632 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) ext4_rename()
3800 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) ext4_cross_rename()
H A Dialloc.c1006 if (IS_DIRSYNC(inode)) __ext4_new_inode()
/linux-4.1.27/fs/ubifs/
H A Djournal.c546 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir); ubifs_jnl_update()
1293 int sync = IS_DIRSYNC(host); ubifs_jnl_delete_xattr()
1406 int sync = IS_DIRSYNC(host); ubifs_jnl_change_xattr()
H A Ddir.c1087 sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); ubifs_rename()
/linux-4.1.27/fs/exofs/
H A Ddir.c80 if (IS_DIRSYNC(dir)) exofs_commit_chunk()
/linux-4.1.27/fs/ufs/
H A Ddir.c55 if (IS_DIRSYNC(dir)) ufs_commit_chunk()
/linux-4.1.27/fs/nilfs2/
H A Ddir.c103 if (IS_DIRSYNC(dir)) nilfs_commit_chunk()
/linux-4.1.27/fs/ext2/
H A Ddir.c107 if (IS_DIRSYNC(dir)) { ext2_commit_chunk()
H A Dinode.c527 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) ext2_alloc_branch()
/linux-4.1.27/fs/
H A Dinode.c1755 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) inode_needs_sync()
/linux-4.1.27/include/linux/
H A Dfs.h1750 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || \ macro

Completed in 239 milliseconds