Home
last modified time | relevance | path

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

/linux-6.15/fs/exfat/
H A Dnamei.c350 ret = exfat_alloc_cluster(inode, 1, &clu, IS_DIRSYNC(inode)); in exfat_find_empty_entry()
514 ret = exfat_put_dentry_set(&es, IS_DIRSYNC(inode)); in exfat_add_entry()
566 if (IS_DIRSYNC(dir) && size != i_size_read(dir)) in exfat_create()
821 err = exfat_put_dentry_set(&es, IS_DIRSYNC(inode)); in exfat_unlink()
864 if (IS_DIRSYNC(dir) && size != i_size_read(dir)) in exfat_mkdir()
977 err = exfat_put_dentry_set(&es, IS_DIRSYNC(dir)); in exfat_rmdir()
986 if (IS_DIRSYNC(dir)) in exfat_rmdir()
1009 int sync = IS_DIRSYNC(parent_inode); in exfat_rename_file()
1198 ret = exfat_put_dentry_set(&es, IS_DIRSYNC(new_inode)); in __exfat_rename()
1264 if (IS_DIRSYNC(new_dir) && size != i_size_read(new_dir)) in exfat_rename()
[all …]
H A Dfatent.c207 err = exfat_clear_bitmap(inode, clu, (sync && IS_DIRSYNC(inode))); in __exfat_free_cluster()
235 if (exfat_clear_bitmap(inode, clu, (sync && IS_DIRSYNC(inode)))) in __exfat_free_cluster()
340 if (IS_DIRSYNC(dir)) in exfat_zeroed_cluster()
H A Ddir.c309 ret = exfat_alloc_cluster(inode, 1, clu, IS_DIRSYNC(inode)); in exfat_alloc_new_dir()
/linux-6.15/fs/f2fs/
H A Dnamei.c389 if (IS_DIRSYNC(dir)) in f2fs_create()
438 if (IS_DIRSYNC(dir)) in f2fs_link()
593 if (IS_DIRSYNC(dir)) in f2fs_unlink()
678 if (IS_DIRSYNC(dir)) in f2fs_symlink()
729 if (IS_DIRSYNC(dir)) in f2fs_mkdir()
783 if (IS_DIRSYNC(dir)) in f2fs_mknod()
1071 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_rename()
1234 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir)) in f2fs_cross_rename()
/linux-6.15/fs/fat/
H A Dnamei_msdos.c255 if (IS_DIRSYNC(dir)) in msdos_add_entry()
473 if (IS_DIRSYNC(old_dir)) { in do_msdos_rename()
484 if (IS_DIRSYNC(old_dir)) in do_msdos_rename()
518 if (IS_DIRSYNC(new_dir)) { in do_msdos_rename()
528 if (IS_DIRSYNC(new_dir)) { in do_msdos_rename()
544 if (IS_DIRSYNC(old_dir)) in do_msdos_rename()
H A Ddir.c1028 if (IS_DIRSYNC(dir)) in __fat_remove_entries()
1063 if (IS_DIRSYNC(dir)) in fat_remove_entries()
1084 if (IS_DIRSYNC(dir)) in fat_remove_entries()
1119 if (IS_DIRSYNC(dir)) { in fat_zeroed_cluster()
1129 if (IS_DIRSYNC(dir)) { in fat_zeroed_cluster()
1364 if (long_bhs && IS_DIRSYNC(dir)) in fat_add_entries()
1371 if (IS_DIRSYNC(dir)) in fat_add_entries()
H A Dnamei_vfat.c680 if (IS_DIRSYNC(dir)) in vfat_add_entry()
901 if (IS_DIRSYNC(dir)) in vfat_sync_ipos()
913 if (IS_DIRSYNC(dir)) in vfat_update_dotdot_de()
922 if (IS_DIRSYNC(dir)) in vfat_update_dir_metadata()
H A Dmisc.c153 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) { in fat_chain_add()
H A Dfile.c320 wait = IS_DIRSYNC(inode); in fat_free()
/linux-6.15/fs/ntfs3/
H A Dnamei.c328 if (IS_DIRSYNC(dir)) in ntfs_rename()
331 if (IS_DIRSYNC(new_dir)) in ntfs_rename()
H A Dfile.c536 if (!IS_DIRSYNC(inode)) { in ntfs_truncate()
/linux-6.15/fs/ubifs/
H A Ddir.c1506 sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); in do_rename()
1587 int sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); in ubifs_xrename()
H A Djournal.c671 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir); in ubifs_jnl_update()
1865 int sync = IS_DIRSYNC(host); in ubifs_jnl_delete_xattr()
1986 int sync = IS_DIRSYNC(host); in ubifs_jnl_change_xattr()
/linux-6.15/fs/ext4/
H A Dnamei.c2789 if (IS_DIRSYNC(dir)) in ext4_add_nondir()
3043 if (IS_DIRSYNC(dir)) in ext4_mkdir()
3175 if (IS_DIRSYNC(dir)) in ext4_rmdir()
3259 if (IS_DIRSYNC(dir)) in __ext4_unlink()
3459 if (IS_DIRSYNC(dir)) in __ext4_link()
3884 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_rename()
4107 if (IS_DIRSYNC(old.dir) || IS_DIRSYNC(new.dir)) in ext4_cross_rename()
H A Dialloc.c1270 if (IS_DIRSYNC(inode)) in __ext4_new_inode()
/linux-6.15/fs/nilfs2/
H A Ddir.c102 if (IS_DIRSYNC(dir)) in nilfs_commit_chunk()
/linux-6.15/fs/ext2/
H A Dinode.c534 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in ext2_alloc_branch()
/linux-6.15/fs/
H A Dinode.c2417 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in inode_needs_sync()
/linux-6.15/include/linux/
H A Dfs.h2367 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \ macro