Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Dsetup_32.c171 extern unsigned short root_flags;
337 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
70 root_flags: label
/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h40 __u16 root_flags; member
/linux/fs/btrfs/
H A Dtransaction.c1648 u64 root_flags; in create_pending_snapshot() local
1758 root_flags = btrfs_root_flags(new_root_item); in create_pending_snapshot()
1760 root_flags |= BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()
1762 root_flags &= ~BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()
1763 btrfs_set_root_flags(new_root_item, root_flags); in create_pending_snapshot()
1770 if (!(root_flags & BTRFS_ROOT_SUBVOL_RDONLY)) { in create_pending_snapshot()
H A Dioctl.c1368 u64 root_flags; in btrfs_ioctl_subvol_setflags() local
1400 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_setflags()
1403 root_flags | BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()
1412 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()
1441 btrfs_set_root_flags(&root->root_item, root_flags); in btrfs_ioctl_subvol_setflags()
5095 u64 root_flags; in btrfs_ioctl_subvol_sync() local
5179 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_sync()
5205 ASSERT(root_flags & BTRFS_ROOT_SUBVOL_DEAD); in btrfs_ioctl_subvol_sync()
H A Daccessors.h747 BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 64);
H A Dinode.c4559 u64 root_flags; in btrfs_delete_subvolume() local
4587 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()
4589 root_flags | BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
4677 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()
4679 root_flags & ~BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
/linux/kernel/cgroup/
H A Dcgroup.c1982 static void apply_cgroup_root_flags(unsigned int root_flags) in apply_cgroup_root_flags() argument
1985 if (root_flags & CGRP_ROOT_NS_DELEGATE) in apply_cgroup_root_flags()
1991 root_flags & CGRP_ROOT_FAVOR_DYNMODS); in apply_cgroup_root_flags()
1993 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in apply_cgroup_root_flags()
1998 if (root_flags & CGRP_ROOT_MEMORY_RECURSIVE_PROT) in apply_cgroup_root_flags()
2003 if (root_flags & CGRP_ROOT_MEMORY_HUGETLB_ACCOUNTING) in apply_cgroup_root_flags()
2008 if (root_flags & CGRP_ROOT_PIDS_LOCAL_EVENTS) in apply_cgroup_root_flags()
/linux/arch/x86/boot/
H A Dheader.S223 root_flags: .word ROOT_RDONLY label
/linux/arch/x86/kernel/
H A Dsetup.c844 if (!boot_params.hdr.root_flags) in setup_arch()