Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dnamei.c304 if (IS_DIRSYNC(dir)) in f2fs_create()
353 if (IS_DIRSYNC(dir)) in f2fs_link()
561 if (IS_DIRSYNC(dir)) in f2fs_unlink()
645 if (IS_DIRSYNC(dir)) in f2fs_symlink()
695 if (IS_DIRSYNC(dir)) in f2fs_mkdir()
748 if (IS_DIRSYNC(dir)) in f2fs_mknod()
1019 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_rename()
1177 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_cross_rename()
/Linux-v5.4/fs/fat/
Dnamei_msdos.c255 if (IS_DIRSYNC(dir)) in msdos_add_entry()
472 if (IS_DIRSYNC(old_dir)) { in do_msdos_rename()
483 if (IS_DIRSYNC(old_dir)) in do_msdos_rename()
517 if (IS_DIRSYNC(new_dir)) { in do_msdos_rename()
527 if (IS_DIRSYNC(new_dir)) { in do_msdos_rename()
543 if (IS_DIRSYNC(old_dir)) in do_msdos_rename()
Ddir.c1020 if (IS_DIRSYNC(dir)) in __fat_remove_entries()
1055 if (IS_DIRSYNC(dir)) in fat_remove_entries()
1076 if (IS_DIRSYNC(dir)) in fat_remove_entries()
1111 if (IS_DIRSYNC(dir)) { in fat_zeroed_cluster()
1121 if (IS_DIRSYNC(dir)) { in fat_zeroed_cluster()
1356 if (long_bhs && IS_DIRSYNC(dir)) in fat_add_entries()
1363 if (IS_DIRSYNC(dir)) in fat_add_entries()
Dnamei_vfat.c683 if (IS_DIRSYNC(dir)) in vfat_add_entry()
948 if (IS_DIRSYNC(new_dir)) { in vfat_rename()
958 if (IS_DIRSYNC(new_dir)) { in vfat_rename()
974 if (IS_DIRSYNC(old_dir)) in vfat_rename()
Dmisc.c147 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) { in fat_chain_add()
Dfile.c330 wait = IS_DIRSYNC(inode); in fat_free()
/Linux-v5.4/fs/ext4/
Dnamei.c2596 if (!err && IS_DIRSYNC(dir)) in ext4_create()
2628 if (!err && IS_DIRSYNC(dir)) in ext4_mknod()
2793 if (IS_DIRSYNC(dir)) in ext4_mkdir()
3098 if (IS_DIRSYNC(dir)) in ext4_rmdir()
3182 if (IS_DIRSYNC(dir)) in ext4_unlink()
3332 if (!err && IS_DIRSYNC(dir)) in ext4_symlink()
3381 if (IS_DIRSYNC(dir)) in ext4_link()
3724 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_rename()
3905 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_cross_rename()
Dialloc.c1105 if (IS_DIRSYNC(inode)) in __ext4_new_inode()
/Linux-v5.4/fs/ubifs/
Ddir.c1408 sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); in do_rename()
1492 int sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); in ubifs_xrename()
Djournal.c543 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir); in ubifs_jnl_update()
1672 int sync = IS_DIRSYNC(host); in ubifs_jnl_delete_xattr()
1793 int sync = IS_DIRSYNC(host); in ubifs_jnl_change_xattr()
/Linux-v5.4/drivers/staging/exfat/
Dexfat_super.c2379 if (IS_DIRSYNC(dir)) in exfat_create()
2543 if (IS_DIRSYNC(dir)) in exfat_unlink()
2601 if (IS_DIRSYNC(dir)) in exfat_symlink()
2660 if (IS_DIRSYNC(dir)) in exfat_mkdir()
2714 if (IS_DIRSYNC(dir)) in exfat_rmdir()
2772 if (IS_DIRSYNC(new_dir)) in exfat_rename()
2782 if (IS_DIRSYNC(new_dir)) in exfat_rename()
2794 if (IS_DIRSYNC(old_dir)) in exfat_rename()
2918 if (IS_DIRSYNC(inode)) in exfat_truncate()
/Linux-v5.4/fs/sysv/
Ddir.c48 if (IS_DIRSYNC(dir)) in dir_commit_chunk()
/Linux-v5.4/fs/minix/
Ddir.c60 if (IS_DIRSYNC(dir)) in dir_commit_chunk()
/Linux-v5.4/fs/nilfs2/
Ddir.c109 if (IS_DIRSYNC(dir)) in nilfs_commit_chunk()
/Linux-v5.4/fs/ext2/
Ddir.c104 if (IS_DIRSYNC(dir)) { in ext2_commit_chunk()
Dinode.c533 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in ext2_alloc_branch()
/Linux-v5.4/fs/ufs/
Ddir.c57 if (IS_DIRSYNC(dir)) in ufs_commit_chunk()
/Linux-v5.4/fs/
Dinode.c1929 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in inode_needs_sync()
/Linux-v5.4/include/linux/
Dfs.h2014 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \ macro