Home
last modified time | relevance | path

Searched refs:root_flags (Results 1 – 9 of 9) 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/fs/btrfs/
H A Dtransaction.c1671 u64 root_flags; in create_pending_snapshot() local
1779 root_flags = btrfs_root_flags(new_root_item); in create_pending_snapshot()
1781 root_flags |= BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()
1783 root_flags &= ~BTRFS_ROOT_SUBVOL_RDONLY; in create_pending_snapshot()
1784 btrfs_set_root_flags(new_root_item, root_flags); in create_pending_snapshot()
1791 if (!(root_flags & BTRFS_ROOT_SUBVOL_RDONLY)) { in create_pending_snapshot()
H A Dioctl.c1289 u64 root_flags; in btrfs_ioctl_subvol_setflags() local
1321 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_setflags()
1324 root_flags | BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()
1333 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY); in btrfs_ioctl_subvol_setflags()
1362 btrfs_set_root_flags(&root->root_item, root_flags); in btrfs_ioctl_subvol_setflags()
4984 u64 root_flags; in btrfs_ioctl_subvol_sync() local
5068 root_flags = btrfs_root_flags(&root->root_item); in btrfs_ioctl_subvol_sync()
5094 ASSERT(root_flags & BTRFS_ROOT_SUBVOL_DEAD); in btrfs_ioctl_subvol_sync()
H A Dinode.c4772 u64 root_flags; in btrfs_delete_subvolume() local
4800 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()
4802 root_flags | BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
4890 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()
4892 root_flags & ~BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
/linux/kernel/cgroup/
H A Dcgroup.c2045 static void apply_cgroup_root_flags(unsigned int root_flags) in apply_cgroup_root_flags() argument
2048 if (root_flags & CGRP_ROOT_NS_DELEGATE) in apply_cgroup_root_flags()
2054 root_flags & CGRP_ROOT_FAVOR_DYNMODS); in apply_cgroup_root_flags()
2056 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in apply_cgroup_root_flags()
2061 if (root_flags & CGRP_ROOT_MEMORY_RECURSIVE_PROT) in apply_cgroup_root_flags()
2066 if (root_flags & CGRP_ROOT_MEMORY_HUGETLB_ACCOUNTING) in apply_cgroup_root_flags()
2071 if (root_flags & CGRP_ROOT_PIDS_LOCAL_EVENTS) in apply_cgroup_root_flags()
/linux/arch/x86/boot/
H A Dheader.S236 root_flags: .word ROOT_RDONLY label
/linux/Documentation/arch/x86/
H A Dboot.rst190 01F2/2 ALL root_flags If set, the root is mounted readonly
282 Field name: root_flags