Searched refs:IS_DIRSYNC (Results 1 – 19 of 19) sorted by relevance
| /linux-6.15/fs/exfat/ |
| H A D | namei.c | 350 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 D | fatent.c | 207 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 D | dir.c | 309 ret = exfat_alloc_cluster(inode, 1, clu, IS_DIRSYNC(inode)); in exfat_alloc_new_dir()
|
| /linux-6.15/fs/f2fs/ |
| H A D | namei.c | 389 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 D | namei_msdos.c | 255 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 D | dir.c | 1028 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 D | namei_vfat.c | 680 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 D | misc.c | 153 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) { in fat_chain_add()
|
| H A D | file.c | 320 wait = IS_DIRSYNC(inode); in fat_free()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | namei.c | 328 if (IS_DIRSYNC(dir)) in ntfs_rename() 331 if (IS_DIRSYNC(new_dir)) in ntfs_rename()
|
| H A D | file.c | 536 if (!IS_DIRSYNC(inode)) { in ntfs_truncate()
|
| /linux-6.15/fs/ubifs/ |
| H A D | dir.c | 1506 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 D | journal.c | 671 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 D | namei.c | 2789 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 D | ialloc.c | 1270 if (IS_DIRSYNC(inode)) in __ext4_new_inode()
|
| /linux-6.15/fs/nilfs2/ |
| H A D | dir.c | 102 if (IS_DIRSYNC(dir)) in nilfs_commit_chunk()
|
| /linux-6.15/fs/ext2/ |
| H A D | inode.c | 534 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in ext2_alloc_branch()
|
| /linux-6.15/fs/ |
| H A D | inode.c | 2417 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in inode_needs_sync()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 2367 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \ macro
|