Searched refs:root_flags (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dsetup_32.c171 extern unsigned short root_flags;
337 if (!root_flags)
H A Dsetup_64.c144 extern unsigned short root_flags;
642 if (!root_flags)
H A Dhead_32.S67 .global root_flags
80 root_flags: label
H A Dhead_64.S55 .global root_flags, ram_flags, root_dev
70 root_flags: label
/linux-master/arch/x86/include/uapi/asm/
H A Dbootparam.h40 __u16 root_flags; member in struct:setup_header
/linux-master/fs/btrfs/
H A Dtransaction.c1654 u64 root_flags; local
1764 root_flags = btrfs_root_flags(new_root_item);
1766 root_flags |= BTRFS_ROOT_SUBVOL_RDONLY;
1768 root_flags &= ~BTRFS_ROOT_SUBVOL_RDONLY;
1769 btrfs_set_root_flags(new_root_item, root_flags);
1776 if (!(root_flags & BTRFS_ROOT_SUBVOL_RDONLY)) {
H A Dioctl.c1463 u64 root_flags; local
1495 root_flags = btrfs_root_flags(&root->root_item);
1498 root_flags | BTRFS_ROOT_SUBVOL_RDONLY);
1507 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY);
1536 btrfs_set_root_flags(&root->root_item, root_flags);
H A Daccessors.h750 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
H A Dinode.c4504 u64 root_flags;
4532 root_flags = btrfs_root_flags(&dest->root_item);
4534 root_flags | BTRFS_ROOT_SUBVOL_DEAD);
4628 root_flags = btrfs_root_flags(&dest->root_item);
4630 root_flags & ~BTRFS_ROOT_SUBVOL_DEAD);
4505 u64 root_flags; local
/linux-master/arch/x86/boot/
H A Dheader.S223 root_flags: .word ROOT_RDONLY label
/linux-master/arch/x86/kernel/
H A Dsetup.c822 if (!boot_params.hdr.root_flags)
/linux-master/kernel/cgroup/
H A Dcgroup.c1967 static void apply_cgroup_root_flags(unsigned int root_flags) argument
1970 if (root_flags & CGRP_ROOT_NS_DELEGATE)
1976 root_flags & CGRP_ROOT_FAVOR_DYNMODS);
1978 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS)
1983 if (root_flags & CGRP_ROOT_MEMORY_RECURSIVE_PROT)
1988 if (root_flags & CGRP_ROOT_MEMORY_HUGETLB_ACCOUNTING)
/linux-master/drivers/firmware/efi/libstub/
H A Dx86-stub.c495 hdr->root_flags = 1;

Completed in 447 milliseconds