Searched refs:root_flags (Results 1 – 8 of 8) sorted by relevance
171 extern unsigned short root_flags;337 if (!root_flags) in setup_arch()
55 .global root_flags, ram_flags, root_dev70 root_flags: label
1682 u64 root_flags; in create_pending_snapshot() local1790 root_flags = btrfs_root_flags(new_root_item); in create_pending_snapshot()1792 root_flags |= BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()1794 root_flags &= ~BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()1795 btrfs_set_root_flags(new_root_item, root_flags); in create_pending_snapshot()1802 if (!(root_flags & BTRFS_ROOT_SUBVOL_RDONLY)) { in create_pending_snapshot()
1306 u64 root_flags; in btrfs_ioctl_subvol_setflags() local1338 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_setflags()1341 root_flags | BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()1350 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()1379 btrfs_set_root_flags(&root->root_item, root_flags); in btrfs_ioctl_subvol_setflags()5026 u64 root_flags; in btrfs_ioctl_subvol_sync() local5110 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_sync()5136 ASSERT(root_flags & BTRFS_ROOT_SUBVOL_DEAD, "root_flags=0x%llx", in btrfs_ioctl_subvol_sync()5137 root_flags); in btrfs_ioctl_subvol_sync()
4780 u64 root_flags; in btrfs_delete_subvolume() local4808 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()4810 root_flags | BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()4898 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()4900 root_flags & ~BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
236 root_flags: .word ROOT_RDONLY label
2043 static void apply_cgroup_root_flags(unsigned int root_flags) in apply_cgroup_root_flags() argument2046 if (root_flags & CGRP_ROOT_NS_DELEGATE) in apply_cgroup_root_flags()2052 root_flags & CGRP_ROOT_FAVOR_DYNMODS); in apply_cgroup_root_flags()2054 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in apply_cgroup_root_flags()2059 if (root_flags & CGRP_ROOT_MEMORY_RECURSIVE_PROT) in apply_cgroup_root_flags()2064 if (root_flags & CGRP_ROOT_MEMORY_HUGETLB_ACCOUNTING) in apply_cgroup_root_flags()2069 if (root_flags & CGRP_ROOT_PIDS_LOCAL_EVENTS) in apply_cgroup_root_flags()
190 01F2/2 ALL root_flags If set, the root is mounted readonly282 Field name: root_flags