Searched refs:BTRFS_ROOT_SUBVOL_RDONLY (Results 1 – 3 of 3) sorted by relevance
1357 root_flags |= BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()1359 root_flags &= ~BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()1368 if (!(root_flags & BTRFS_ROOT_SUBVOL_RDONLY)) { in create_pending_snapshot()
757 #define BTRFS_ROOT_SUBVOL_RDONLY (1ULL << 0) macro2910 return (root->root_item.flags & cpu_to_le64(BTRFS_ROOT_SUBVOL_RDONLY)) != 0; in btrfs_root_readonly()
1808 root_flags | BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()1817 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()