Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dnamei.c143 if (IS_DIRSYNC(dir)) in f2fs_create()
172 if (IS_DIRSYNC(dir)) in f2fs_link()
292 if (IS_DIRSYNC(dir)) in f2fs_unlink()
354 if (IS_DIRSYNC(dir)) in f2fs_symlink()
392 if (IS_DIRSYNC(dir)) in f2fs_mkdir()
440 if (IS_DIRSYNC(dir)) in f2fs_mknod()
555 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_rename()
694 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_cross_rename()
/linux-4.1.27/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.c1013 if (IS_DIRSYNC(dir)) in __fat_remove_entries()
1048 if (IS_DIRSYNC(dir)) in fat_remove_entries()
1069 if (IS_DIRSYNC(dir)) in fat_remove_entries()
1101 if (IS_DIRSYNC(dir)) { in fat_zeroed_cluster()
1111 if (IS_DIRSYNC(dir)) { in fat_zeroed_cluster()
1340 if (long_bhs && IS_DIRSYNC(dir)) in fat_add_entries()
1347 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.c228 wait = IS_DIRSYNC(inode); in fat_free()
/linux-4.1.27/fs/ext3/
Dnamei.c1708 if (IS_DIRSYNC(dir)) in ext3_create()
1744 if (IS_DIRSYNC(dir)) in ext3_mknod()
1820 if (IS_DIRSYNC(dir)) in ext3_mkdir()
2125 if (IS_DIRSYNC(dir)) in ext3_rmdir()
2182 if (IS_DIRSYNC(dir)) in ext3_unlink()
2261 if (IS_DIRSYNC(dir)) in ext3_symlink()
2345 if (IS_DIRSYNC(dir)) in ext3_link()
2402 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in ext3_rename()
Dialloc.c498 if (IS_DIRSYNC(inode)) in ext3_new_inode()
/linux-4.1.27/fs/ext4/
Dnamei.c2534 if (!err && IS_DIRSYNC(dir)) in ext4_create()
2567 if (!err && IS_DIRSYNC(dir)) in ext4_mknod()
2740 if (IS_DIRSYNC(dir)) in ext4_mkdir()
3033 if (IS_DIRSYNC(dir)) in ext4_rmdir()
3098 if (IS_DIRSYNC(dir)) in ext4_unlink()
3261 if (!err && IS_DIRSYNC(dir)) in ext4_symlink()
3299 if (IS_DIRSYNC(dir)) in ext4_link()
3632 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_rename()
3800 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_cross_rename()
Dialloc.c1006 if (IS_DIRSYNC(inode)) in __ext4_new_inode()
/linux-4.1.27/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.c1087 sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); in ubifs_rename()
/linux-4.1.27/fs/sysv/
Ddir.c52 if (IS_DIRSYNC(dir)) in dir_commit_chunk()
/linux-4.1.27/fs/minix/
Ddir.c64 if (IS_DIRSYNC(dir)) in dir_commit_chunk()
/linux-4.1.27/fs/nilfs2/
Ddir.c103 if (IS_DIRSYNC(dir)) in nilfs_commit_chunk()
/linux-4.1.27/fs/exofs/
Ddir.c80 if (IS_DIRSYNC(dir)) in exofs_commit_chunk()
/linux-4.1.27/fs/ufs/
Ddir.c55 if (IS_DIRSYNC(dir)) in ufs_commit_chunk()
/linux-4.1.27/fs/ext2/
Ddir.c107 if (IS_DIRSYNC(dir)) { in ext2_commit_chunk()
Dinode.c527 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in ext2_alloc_branch()
/linux-4.1.27/fs/
Dinode.c1755 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in inode_needs_sync()
/linux-4.1.27/include/linux/
Dfs.h1750 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || \ macro