Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dnamei.c302 if (IS_DIRSYNC(dir)) in f2fs_create()
349 if (IS_DIRSYNC(dir)) in f2fs_link()
535 if (IS_DIRSYNC(dir)) in f2fs_unlink()
617 if (IS_DIRSYNC(dir)) in f2fs_symlink()
667 if (IS_DIRSYNC(dir)) in f2fs_mkdir()
718 if (IS_DIRSYNC(dir)) in f2fs_mknod()
984 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_rename()
1137 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_cross_rename()
/Linux-v4.19/fs/fat/
Dnamei_msdos.c254 if (IS_DIRSYNC(dir)) in msdos_add_entry()
471 if (IS_DIRSYNC(old_dir)) { in do_msdos_rename()
482 if (IS_DIRSYNC(old_dir)) in do_msdos_rename()
516 if (IS_DIRSYNC(new_dir)) { in do_msdos_rename()
526 if (IS_DIRSYNC(new_dir)) { in do_msdos_rename()
542 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()
947 if (IS_DIRSYNC(new_dir)) { in vfat_rename()
957 if (IS_DIRSYNC(new_dir)) { in vfat_rename()
973 if (IS_DIRSYNC(old_dir)) in vfat_rename()
Dmisc.c145 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) { in fat_chain_add()
Dfile.c323 wait = IS_DIRSYNC(inode); in fat_free()
/Linux-v4.19/fs/ext4/
Dnamei.c2455 if (!err && IS_DIRSYNC(dir)) in ext4_create()
2487 if (!err && IS_DIRSYNC(dir)) in ext4_mknod()
2655 if (IS_DIRSYNC(dir)) in ext4_mkdir()
2951 if (IS_DIRSYNC(dir)) in ext4_rmdir()
3024 if (IS_DIRSYNC(dir)) in ext4_unlink()
3163 if (!err && IS_DIRSYNC(dir)) in ext4_symlink()
3212 if (IS_DIRSYNC(dir)) in ext4_link()
3554 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_rename()
3735 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_cross_rename()
Dialloc.c1105 if (IS_DIRSYNC(inode)) in __ext4_new_inode()
/Linux-v4.19/fs/ubifs/
Ddir.c1421 sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); in do_rename()
1505 int sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); in ubifs_xrename()
Djournal.c544 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir); in ubifs_jnl_update()
1502 int sync = IS_DIRSYNC(host); in ubifs_jnl_delete_xattr()
1612 int sync = IS_DIRSYNC(host); in ubifs_jnl_change_xattr()
/Linux-v4.19/fs/sysv/
Ddir.c48 if (IS_DIRSYNC(dir)) in dir_commit_chunk()
/Linux-v4.19/fs/minix/
Ddir.c60 if (IS_DIRSYNC(dir)) in dir_commit_chunk()
/Linux-v4.19/fs/nilfs2/
Ddir.c109 if (IS_DIRSYNC(dir)) in nilfs_commit_chunk()
/Linux-v4.19/fs/exofs/
Ddir.c75 if (IS_DIRSYNC(dir)) in exofs_commit_chunk()
/Linux-v4.19/fs/ext2/
Ddir.c104 if (IS_DIRSYNC(dir)) { in ext2_commit_chunk()
Dinode.c531 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in ext2_alloc_branch()
/Linux-v4.19/fs/ufs/
Ddir.c57 if (IS_DIRSYNC(dir)) in ufs_commit_chunk()
/Linux-v4.19/fs/
Dinode.c1888 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in inode_needs_sync()
/Linux-v4.19/include/linux/
Dfs.h1921 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \ macro