Home
last modified time | relevance | path

Searched refs:BTRFS_INODE_DIRSYNC (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dbtrfs_tree.h425 #define BTRFS_INODE_DIRSYNC (1U << 10) macro
441 BTRFS_INODE_DIRSYNC | \
/linux-6.15/fs/btrfs/
H A Dioctl.c152 if (flags & BTRFS_INODE_DIRSYNC) in btrfs_inode_flags_to_fsflags()
182 if (inode->flags & BTRFS_INODE_DIRSYNC) in btrfs_sync_inode_flags_to_i_flags()
316 inode_flags |= BTRFS_INODE_DIRSYNC; in btrfs_fileattr_set()
318 inode_flags &= ~BTRFS_INODE_DIRSYNC; in btrfs_fileattr_set()