Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h404 #define BTRFS_INODE_DIRSYNC (1U << 10) macro
420 BTRFS_INODE_DIRSYNC | \
/openbmc/linux/fs/btrfs/
H A Dioctl.c155 if (flags & BTRFS_INODE_DIRSYNC) in btrfs_inode_flags_to_fsflags()
186 if (binode->flags & BTRFS_INODE_DIRSYNC) in btrfs_sync_inode_flags_to_i_flags()
307 binode_flags |= BTRFS_INODE_DIRSYNC; in btrfs_fileattr_set()
309 binode_flags &= ~BTRFS_INODE_DIRSYNC; in btrfs_fileattr_set()