Searched refs:root_flags (Results 1 – 14 of 14) sorted by relevance
171 extern unsigned short root_flags;337 if (!root_flags) in setup_arch()
144 extern unsigned short root_flags;642 if (!root_flags) in setup_arch()
67 .global root_flags80 root_flags: label
55 .global root_flags, ram_flags, root_dev70 root_flags: label
40 __u16 root_flags; member
1654 u64 root_flags; in create_pending_snapshot() local1764 root_flags = btrfs_root_flags(new_root_item); in create_pending_snapshot()1766 root_flags |= BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()1768 root_flags &= ~BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()1769 btrfs_set_root_flags(new_root_item, root_flags); in create_pending_snapshot()1776 if (!(root_flags & BTRFS_ROOT_SUBVOL_RDONLY)) { in create_pending_snapshot()
1367 u64 root_flags; in btrfs_ioctl_subvol_setflags() local1399 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_setflags()1402 root_flags | BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()1411 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()1440 btrfs_set_root_flags(&root->root_item, root_flags); in btrfs_ioctl_subvol_setflags()5096 u64 root_flags; in btrfs_ioctl_subvol_sync() local5180 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_sync()5206 ASSERT(root_flags & BTRFS_ROOT_SUBVOL_DEAD); in btrfs_ioctl_subvol_sync()
748 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
4587 u64 root_flags; in btrfs_delete_subvolume() local4615 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()4617 root_flags | BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()4705 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()4707 root_flags & ~BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
1995 static void apply_cgroup_root_flags(unsigned int root_flags) in apply_cgroup_root_flags() argument1998 if (root_flags & CGRP_ROOT_NS_DELEGATE) in apply_cgroup_root_flags()2004 root_flags & CGRP_ROOT_FAVOR_DYNMODS); in apply_cgroup_root_flags()2006 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in apply_cgroup_root_flags()2011 if (root_flags & CGRP_ROOT_MEMORY_RECURSIVE_PROT) in apply_cgroup_root_flags()2016 if (root_flags & CGRP_ROOT_MEMORY_HUGETLB_ACCOUNTING) in apply_cgroup_root_flags()2021 if (root_flags & CGRP_ROOT_PIDS_LOCAL_EVENTS) in apply_cgroup_root_flags()
223 root_flags: .word ROOT_RDONLY label
534 if (!boot_params.hdr.root_flags) in parse_boot_params()
429 hdr->root_flags = 1; in efi_allocate_bootparams()
190 01F2/2 ALL root_flags If set, the root is mounted readonly282 Field name: root_flags