Home
last modified time | relevance | path

Searched refs:BTRFS_INODE_SYNC (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbtrfs_tree.h399 #define BTRFS_INODE_SYNC (1U << 5) macro
415 BTRFS_INODE_SYNC | \
/kernel/linux/linux-5.10/fs/btrfs/
H A Dioctl.c110 if (flags & BTRFS_INODE_SYNC) in btrfs_inode_flags_to_fsflags()
141 if (binode->flags & BTRFS_INODE_SYNC) in btrfs_sync_inode_flags_to_i_flags()
235 binode_flags |= BTRFS_INODE_SYNC; in btrfs_ioctl_setflags()
237 binode_flags &= ~BTRFS_INODE_SYNC; in btrfs_ioctl_setflags()
366 if (flags & BTRFS_INODE_SYNC) in btrfs_inode_flags_to_xflags()
452 binode->flags |= BTRFS_INODE_SYNC; in btrfs_ioctl_fssetxattr()
454 binode->flags &= ~BTRFS_INODE_SYNC; in btrfs_ioctl_fssetxattr()
H A Dctree.h1382 #define BTRFS_INODE_SYNC (1 << 5) macro
1398 BTRFS_INODE_SYNC | \
/kernel/linux/linux-6.6/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()

Completed in 23 milliseconds