Home
last modified time | relevance | path

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

/Linux-v6.1/arch/sparc/kernel/
Dsetup_32.c184 extern unsigned short root_flags;
350 if (!root_flags) in setup_arch()
Dsetup_64.c157 extern unsigned short root_flags;
655 if (!root_flags) in setup_arch()
Dhead_32.S67 .global root_flags
80 root_flags: label
Dhead_64.S55 .global root_flags, ram_flags, root_dev
70 root_flags: label
/Linux-v6.1/arch/x86/include/uapi/asm/
Dbootparam.h69 __u16 root_flags; member
/Linux-v6.1/fs/btrfs/
Dtransaction.c1621 u64 root_flags; in create_pending_snapshot() local
1710 root_flags = btrfs_root_flags(new_root_item); in create_pending_snapshot()
1712 root_flags |= BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()
1714 root_flags &= ~BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()
1715 btrfs_set_root_flags(new_root_item, root_flags); in create_pending_snapshot()
1722 if (!(root_flags & BTRFS_ROOT_SUBVOL_RDONLY)) { in create_pending_snapshot()
Dioctl.c2312 u64 root_flags; in btrfs_ioctl_subvol_setflags() local
2344 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_setflags()
2347 root_flags | BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()
2356 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()
2385 btrfs_set_root_flags(&root->root_item, root_flags); in btrfs_ioctl_subvol_setflags()
Dinode.c4663 u64 root_flags; in btrfs_delete_subvolume() local
4686 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()
4688 root_flags | BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
4775 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()
4777 root_flags & ~BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
Dctree.h2429 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
/Linux-v6.1/arch/x86/boot/
Dheader.S289 root_flags: .word ROOT_RDONLY label
/Linux-v6.1/arch/x86/kernel/
Dsetup.c959 if (!boot_params.hdr.root_flags) in setup_arch()
/Linux-v6.1/drivers/firmware/efi/libstub/
Dx86-stub.c502 hdr->root_flags = 1; in efi_pe_entry()
/Linux-v6.1/kernel/cgroup/
Dcgroup.c1951 static void apply_cgroup_root_flags(unsigned int root_flags) in apply_cgroup_root_flags() argument
1954 if (root_flags & CGRP_ROOT_NS_DELEGATE) in apply_cgroup_root_flags()
1960 root_flags & CGRP_ROOT_FAVOR_DYNMODS); in apply_cgroup_root_flags()
1962 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in apply_cgroup_root_flags()
1967 if (root_flags & CGRP_ROOT_MEMORY_RECURSIVE_PROT) in apply_cgroup_root_flags()
/Linux-v6.1/Documentation/x86/
Dboot.rst190 01F2/2 ALL root_flags If set, the root is mounted readonly
282 Field name: root_flags