Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h399 #define BTRFS_INODE_SYNC (1U << 5) macro
415 BTRFS_INODE_SYNC | \
/openbmc/linux/fs/btrfs/
H A Dioctl.c145 if (flags & BTRFS_INODE_SYNC) in btrfs_inode_flags_to_fsflags()
178 if (binode->flags & BTRFS_INODE_SYNC) in btrfs_sync_inode_flags_to_i_flags()
277 binode_flags |= BTRFS_INODE_SYNC; in btrfs_fileattr_set()
279 binode_flags &= ~BTRFS_INODE_SYNC; in btrfs_fileattr_set()