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