Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sparc/kernel/
A Dsetup_32.c184 extern unsigned short root_flags;
350 if (!root_flags) in setup_arch()
A Dsetup_64.c157 extern unsigned short root_flags;
655 if (!root_flags) in setup_arch()
A Dhead_32.S67 .global root_flags
80 root_flags: label
A Dhead_64.S55 .global root_flags, ram_flags, root_dev
70 root_flags: label
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dbootparam.h69 __u16 root_flags; member
/linux-6.3-rc2/fs/btrfs/
A Dtransaction.c1633 u64 root_flags; in create_pending_snapshot() local
1734 root_flags = btrfs_root_flags(new_root_item); in create_pending_snapshot()
1736 root_flags |= BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()
1738 root_flags &= ~BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()
1739 btrfs_set_root_flags(new_root_item, root_flags); in create_pending_snapshot()
1746 if (!(root_flags & BTRFS_ROOT_SUBVOL_RDONLY)) { in create_pending_snapshot()
A Dioctl.c1421 u64 root_flags; in btrfs_ioctl_subvol_setflags() local
1453 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_setflags()
1456 root_flags | BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()
1465 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()
1494 btrfs_set_root_flags(&root->root_item, root_flags); in btrfs_ioctl_subvol_setflags()
A Daccessors.h728 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
A Dinode.c4551 u64 root_flags; in btrfs_delete_subvolume() local
4574 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()
4576 root_flags | BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
4663 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()
4665 root_flags & ~BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
/linux-6.3-rc2/arch/x86/boot/
A Dheader.S290 root_flags: .word ROOT_RDONLY label
/linux-6.3-rc2/arch/x86/kernel/
A Dsetup.c955 if (!boot_params.hdr.root_flags) in setup_arch()
/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Dx86-stub.c502 hdr->root_flags = 1; in efi_pe_entry()
/linux-6.3-rc2/kernel/cgroup/
A Dcgroup.c1957 static void apply_cgroup_root_flags(unsigned int root_flags) in apply_cgroup_root_flags() argument
1960 if (root_flags & CGRP_ROOT_NS_DELEGATE) in apply_cgroup_root_flags()
1966 root_flags & CGRP_ROOT_FAVOR_DYNMODS); in apply_cgroup_root_flags()
1968 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in apply_cgroup_root_flags()
1973 if (root_flags & CGRP_ROOT_MEMORY_RECURSIVE_PROT) in apply_cgroup_root_flags()
/linux-6.3-rc2/Documentation/x86/
A Dboot.rst190 01F2/2 ALL root_flags If set, the root is mounted readonly
282 Field name: root_flags

Completed in 61 milliseconds