Searched refs:root_flags (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/arch/sparc/kernel/ |
D | setup_32.c | 184 extern unsigned short root_flags; 356 if (!root_flags) in setup_arch()
|
D | setup_64.c | 157 extern unsigned short root_flags; 657 if (!root_flags) in setup_arch()
|
D | head_32.S | 67 .global root_flags 80 root_flags: label
|
D | head_64.S | 55 .global root_flags, ram_flags, root_dev 70 root_flags: label
|
/Linux-v4.19/arch/x86/include/uapi/asm/ |
D | bootparam.h | 52 __u16 root_flags; member
|
/Linux-v4.19/fs/btrfs/ |
D | transaction.c | 1429 u64 root_flags; in create_pending_snapshot() local 1514 root_flags = btrfs_root_flags(new_root_item); in create_pending_snapshot() 1516 root_flags |= BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot() 1518 root_flags &= ~BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot() 1519 btrfs_set_root_flags(new_root_item, root_flags); in create_pending_snapshot() 1527 if (!(root_flags & BTRFS_ROOT_SUBVOL_RDONLY)) { in create_pending_snapshot()
|
D | ioctl.c | 1890 u64 root_flags; in btrfs_ioctl_subvol_setflags() local 1927 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_setflags() 1930 root_flags | BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags() 1939 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags() 1968 btrfs_set_root_flags(&root->root_item, root_flags); in btrfs_ioctl_subvol_setflags()
|
D | inode.c | 4263 u64 root_flags; in btrfs_delete_subvolume() local 4273 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume() 4276 root_flags | BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume() 4371 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume() 4373 root_flags & ~BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
|
D | ctree.h | 2143 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
|
/Linux-v4.19/kernel/cgroup/ |
D | cgroup.c | 1740 static int parse_cgroup_root_flags(char *data, unsigned int *root_flags) in parse_cgroup_root_flags() argument 1744 *root_flags = 0; in parse_cgroup_root_flags() 1751 *root_flags |= CGRP_ROOT_NS_DELEGATE; in parse_cgroup_root_flags() 1762 static void apply_cgroup_root_flags(unsigned int root_flags) in apply_cgroup_root_flags() argument 1765 if (root_flags & CGRP_ROOT_NS_DELEGATE) in apply_cgroup_root_flags() 1781 unsigned int root_flags; in cgroup_remount() local 1784 ret = parse_cgroup_root_flags(data, &root_flags); in cgroup_remount() 1788 apply_cgroup_root_flags(root_flags); in cgroup_remount() 2056 unsigned int root_flags; in cgroup_mount() local 2058 ret = parse_cgroup_root_flags(data, &root_flags); in cgroup_mount() [all …]
|
/Linux-v4.19/arch/x86/kernel/ |
D | setup.c | 921 if (!boot_params.hdr.root_flags) in setup_arch()
|
/Linux-v4.19/arch/x86/boot/ |
D | header.S | 282 root_flags: .word ROOT_RDONLY label
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | eboot.c | 438 hdr->root_flags = 1; in make_boot_params()
|
/Linux-v4.19/Documentation/x86/ |
D | boot.txt | 162 01F2/2 ALL root_flags If set, the root is mounted readonly 247 Field name: root_flags
|