/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | setup_32.c | 184 extern unsigned short root_flags; 351 if (!root_flags) in setup_arch()
|
H A D | setup_64.c | 157 extern unsigned short root_flags; 657 if (!root_flags) in setup_arch()
|
H A D | head_32.S | 67 .global root_flags 80 root_flags: label
|
H A D | head_64.S | 55 .global root_flags, ram_flags, root_dev 70 root_flags: label
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | setup_32.c | 184 extern unsigned short root_flags; 350 if (!root_flags) in setup_arch()
|
H A D | setup_64.c | 157 extern unsigned short root_flags; 655 if (!root_flags) in setup_arch()
|
H A D | head_32.S | 67 .global root_flags 80 root_flags: label
|
H A D | head_64.S | 55 .global root_flags, ram_flags, root_dev 70 root_flags: label
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | bootparam.h | 67 __u16 root_flags; member
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | bootparam.h | 69 __u16 root_flags; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | bootparam.h | 66 __u16 root_flags; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | bootparam.h | 66 __u16 root_flags; member
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | transaction.c | 1533 u64 root_flags; in create_pending_snapshot() local 1617 root_flags = btrfs_root_flags(new_root_item); in create_pending_snapshot() 1619 root_flags |= BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot() 1621 root_flags &= ~BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot() 1622 btrfs_set_root_flags(new_root_item, root_flags); in create_pending_snapshot() 1629 if (!(root_flags & BTRFS_ROOT_SUBVOL_RDONLY)) { in create_pending_snapshot()
|
H A D | ioctl.c | 2010 u64 root_flags; in btrfs_ioctl_subvol_setflags() local 2042 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_setflags() 2045 root_flags | BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags() 2054 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags() 2083 btrfs_set_root_flags(&root->root_item, root_flags); in btrfs_ioctl_subvol_setflags()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | transaction.c | 1650 u64 root_flags; in create_pending_snapshot() local 1754 root_flags = btrfs_root_flags(new_root_item); in create_pending_snapshot() 1756 root_flags |= BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot() 1758 root_flags &= ~BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot() 1759 btrfs_set_root_flags(new_root_item, root_flags); in create_pending_snapshot() 1766 if (!(root_flags & BTRFS_ROOT_SUBVOL_RDONLY)) { in create_pending_snapshot()
|
H A D | ioctl.c | 1434 u64 root_flags; in btrfs_ioctl_subvol_setflags() local 1466 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_setflags() 1469 root_flags | BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags() 1478 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags() 1507 btrfs_set_root_flags(&root->root_item, root_flags); in btrfs_ioctl_subvol_setflags()
|
H A D | accessors.h | 727 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 285 root_flags: .word ROOT_RDONLY label
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | 400 hdr->root_flags = 1; in efi_pe_entry()
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | header.S | 227 root_flags: .word ROOT_RDONLY label
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | setup.c | 891 if (!boot_params.hdr.root_flags) in setup_arch()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | 486 hdr->root_flags = 1; in efi_pe_entry()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | setup.c | 949 if (!boot_params.hdr.root_flags) in setup_arch()
|
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | cgroup.c | 1943 static void apply_cgroup_root_flags(unsigned int root_flags) in apply_cgroup_root_flags() argument 1946 if (root_flags & CGRP_ROOT_NS_DELEGATE) in apply_cgroup_root_flags() 1952 root_flags & CGRP_ROOT_FAVOR_DYNMODS); in apply_cgroup_root_flags() 1954 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in apply_cgroup_root_flags() 1959 if (root_flags & CGRP_ROOT_MEMORY_RECURSIVE_PROT) in apply_cgroup_root_flags()
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | cgroup.c | 1884 static void apply_cgroup_root_flags(unsigned int root_flags) in apply_cgroup_root_flags() argument 1887 if (root_flags & CGRP_ROOT_NS_DELEGATE) in apply_cgroup_root_flags() 1892 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in apply_cgroup_root_flags() 1897 if (root_flags & CGRP_ROOT_MEMORY_RECURSIVE_PROT) in apply_cgroup_root_flags()
|