Home
last modified time | relevance | path

Searched refs:root_flags (Results 1 – 7 of 7) sorted by relevance

/linux/arch/sparc/kernel/
H A Dsetup_32.c171 extern unsigned short root_flags;
337 if (!root_flags) in setup_arch()
H A Dhead_32.S67 .global root_flags symbol
80 root_flags: label
H A Dhead_64.S55 .global root_flags, ram_flags, root_dev
70 root_flags: label
/linux/fs/btrfs/
H A Dioctl.c1353 u64 root_flags; in btrfs_ioctl_subvol_setflags() local
1385 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_setflags()
1388 root_flags | BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()
1397 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()
1426 btrfs_set_root_flags(&root->root_item, root_flags); in btrfs_ioctl_subvol_setflags()
5029 u64 root_flags; in btrfs_ioctl_subvol_sync() local
5113 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_sync()
5139 ASSERT(root_flags & BTRFS_ROOT_SUBVOL_DEAD); in btrfs_ioctl_subvol_sync()
/linux/kernel/cgroup/
H A Dcgroup.c2048 static void apply_cgroup_root_flags(unsigned int root_flags) in apply_cgroup_root_flags() argument
2051 if (root_flags & CGRP_ROOT_NS_DELEGATE) in apply_cgroup_root_flags()
2057 root_flags & CGRP_ROOT_FAVOR_DYNMODS); in apply_cgroup_root_flags()
2059 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in apply_cgroup_root_flags()
2064 if (root_flags & CGRP_ROOT_MEMORY_RECURSIVE_PROT) in apply_cgroup_root_flags()
2069 if (root_flags & CGRP_ROOT_MEMORY_HUGETLB_ACCOUNTING) in apply_cgroup_root_flags()
2074 if (root_flags & CGRP_ROOT_PIDS_LOCAL_EVENTS) in apply_cgroup_root_flags()
/linux/arch/x86/boot/
H A Dheader.S236 root_flags: .word ROOT_RDONLY label
/linux/arch/x86/kernel/
H A Dsetup.c560 if (!boot_params.hdr.root_flags) in parse_boot_params()