Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsetup_32.c184 extern unsigned short root_flags;
351 if (!root_flags) in setup_arch()
H A Dsetup_64.c157 extern unsigned short root_flags;
657 if (!root_flags) in setup_arch()
H A Dhead_32.S67 .global root_flags symbol
80 root_flags: label
H A Dhead_64.S55 .global root_flags, ram_flags, root_dev symbol
70 root_flags: label
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dbootparam.h26 __u16 root_flags; member
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dbootparam.h67 __u16 root_flags; member
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dtransaction.c1526 u64 root_flags; in create_pending_snapshot() local
1610 root_flags = btrfs_root_flags(new_root_item); in create_pending_snapshot()
1612 root_flags |= BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()
1614 root_flags &= ~BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()
1615 btrfs_set_root_flags(new_root_item, root_flags); in create_pending_snapshot()
1622 if (!(root_flags & BTRFS_ROOT_SUBVOL_RDONLY)) { in create_pending_snapshot()
H A Dioctl.c1998 u64 root_flags; in btrfs_ioctl_subvol_setflags() local
2030 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_setflags()
2033 root_flags | BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()
2042 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()
2071 btrfs_set_root_flags(&root->root_item, root_flags); in btrfs_ioctl_subvol_setflags()
H A Dinode.c4008 u64 root_flags; in btrfs_delete_subvolume() local
4032 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()
4034 root_flags | BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
4123 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()
4125 root_flags & ~BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
H A Dctree.h2100 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dheader.S285 root_flags: .word ROOT_RDONLY label
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsetup.c896 if (!boot_params.hdr.root_flags) in setup_arch()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dx86-stub.c400 hdr->root_flags = 1; in efi_pe_entry()
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup.c1893 static void apply_cgroup_root_flags(unsigned int root_flags) in apply_cgroup_root_flags() argument
1896 if (root_flags & CGRP_ROOT_NS_DELEGATE) in apply_cgroup_root_flags()
1901 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in apply_cgroup_root_flags()
1906 if (root_flags & CGRP_ROOT_MEMORY_RECURSIVE_PROT) in apply_cgroup_root_flags()
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dboot.rst190 01F2/2 ALL root_flags If set, the root is mounted readonly
282 Field name: root_flags