Searched refs:root_flags (Results 1 – 14 of 14) sorted by relevance
185 extern unsigned short root_flags;356 if (!root_flags) in setup_arch()
158 extern unsigned short root_flags;662 if (!root_flags) in setup_arch()
67 .global root_flags80 root_flags: label
55 .global root_flags, ram_flags, root_dev70 root_flags: label
54 __u16 root_flags; member
1413 u64 root_flags; in create_pending_snapshot() local1498 root_flags = btrfs_root_flags(new_root_item); in create_pending_snapshot()1500 root_flags |= BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()1502 root_flags &= ~BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()1503 btrfs_set_root_flags(new_root_item, root_flags); in create_pending_snapshot()1511 if (!(root_flags & BTRFS_ROOT_SUBVOL_RDONLY)) { in create_pending_snapshot()
1913 u64 root_flags; in btrfs_ioctl_subvol_setflags() local1950 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_setflags()1953 root_flags | BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()1962 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()1991 btrfs_set_root_flags(&root->root_item, root_flags); in btrfs_ioctl_subvol_setflags()
4406 u64 root_flags; in btrfs_delete_subvolume() local4423 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()4425 root_flags | BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()4513 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()4515 root_flags & ~BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
1954 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
943 if (!boot_params.hdr.root_flags) in setup_arch()
282 root_flags: .word ROOT_RDONLY label
435 hdr->root_flags = 1; in make_boot_params()
1854 static void apply_cgroup_root_flags(unsigned int root_flags) in apply_cgroup_root_flags() argument1857 if (root_flags & CGRP_ROOT_NS_DELEGATE) in apply_cgroup_root_flags()1862 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in apply_cgroup_root_flags()
172 01F2/2 ALL root_flags If set, the root is mounted readonly263 Field name: root_flags