Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Dnamei.c304 if (IS_DIRSYNC(dir)) in f2fs_create()
351 if (IS_DIRSYNC(dir)) in f2fs_link()
540 if (IS_DIRSYNC(dir)) in f2fs_unlink()
622 if (IS_DIRSYNC(dir)) in f2fs_symlink()
672 if (IS_DIRSYNC(dir)) in f2fs_mkdir()
723 if (IS_DIRSYNC(dir)) in f2fs_mknod()
998 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_rename()
1158 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_cross_rename()
/linux-4.19.296/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()
1110 if (IS_DIRSYNC(dir)) { in fat_zeroed_cluster()
1120 if (IS_DIRSYNC(dir)) { in fat_zeroed_cluster()
1355 if (long_bhs && IS_DIRSYNC(dir)) in fat_add_entries()
1362 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.c328 wait = IS_DIRSYNC(inode); in fat_free()
/linux-4.19.296/fs/ext4/
Dnamei.c2572 if (!err && IS_DIRSYNC(dir)) in ext4_create()
2604 if (!err && IS_DIRSYNC(dir)) in ext4_mknod()
2772 if (IS_DIRSYNC(dir)) in ext4_mkdir()
3078 if (IS_DIRSYNC(dir)) in ext4_rmdir()
3151 if (IS_DIRSYNC(dir)) in ext4_unlink()
3289 if (!err && IS_DIRSYNC(dir)) in ext4_symlink()
3338 if (IS_DIRSYNC(dir)) in ext4_link()
3731 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_rename()
3920 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_cross_rename()
Dialloc.c1109 if (IS_DIRSYNC(inode)) in __ext4_new_inode()
/linux-4.19.296/fs/ubifs/
Ddir.c1462 sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); in do_rename()
1538 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-4.19.296/fs/sysv/
Ddir.c48 if (IS_DIRSYNC(dir)) in dir_commit_chunk()
/linux-4.19.296/fs/minix/
Ddir.c60 if (IS_DIRSYNC(dir)) in dir_commit_chunk()
/linux-4.19.296/fs/nilfs2/
Ddir.c109 if (IS_DIRSYNC(dir)) in nilfs_commit_chunk()
/linux-4.19.296/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-4.19.296/fs/exofs/
Ddir.c75 if (IS_DIRSYNC(dir)) in exofs_commit_chunk()
/linux-4.19.296/fs/ufs/
Ddir.c57 if (IS_DIRSYNC(dir)) in ufs_commit_chunk()
/linux-4.19.296/fs/
Dinode.c1900 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in inode_needs_sync()
/linux-4.19.296/include/linux/
Dfs.h1936 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \ macro