| /linux/security/apparmor/include/ |
| H A D | perms.h | 73 u32 subtree; /* allow perm on full subtree only when allow is set */ member 119 accum->subtree |= addend->subtree & ~addend->deny; in aa_perms_accum_raw() 146 accum->subtree &= addend->subtree & ~accum->deny; in aa_perms_accum()
|
| /linux/lib/ |
| H A D | rbtree_test.c | 226 u32 subtree, max = node->val; in check_augmented() local 228 subtree = rb_entry(node->rb.rb_left, struct test_node, in check_augmented() 230 if (max < subtree) in check_augmented() 231 max = subtree; in check_augmented() 234 subtree = rb_entry(node->rb.rb_right, struct test_node, in check_augmented() 236 if (max < subtree) in check_augmented() 237 max = subtree; in check_augmented()
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | exporting.rst | 69 subtree is successfully reconnected to root. Until then dentries 70 in such subtree are retained only as long as there are references; 159 EXPORT_OP_NOSUBTREECHK - disallow subtree checking on this fs 165 inode to ensure that it's within an exported subtree. This is an 167 This flag exempts the filesystem from subtree checking and causes 168 exportfs to get back an error if it tries to enable subtree checking
|
| /linux/Documentation/core-api/ |
| H A D | rbtree.rst | 234 the contents of all nodes in the subtree rooted at N. This data can 267 - A copy callback, which copies the augmented value for a given subtree 268 to a newly assigned subtree root. 271 subtree to a newly assigned subtree root AND recomputes the augmented 272 information for the former subtree root. 318 * Some nodes in left subtree satisfy Cond2.
|
| H A D | assoc_array.rst | 445 the metadata key prefix must be in the subtree that the metadata pointer points 496 When the number of objects in the subtree rooted at a node falls to 16 or 497 fewer, then the subtree will be collapsed down to a single node - and this will 526 3. Insertion replacing part of a subtree that we haven't yet entered. This 527 may involve replacement of part of that subtree - but that won't affect 545 could see the new node. The entire collapsed subtree is thrown away
|
| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | sparsebit.c | 276 static struct node *node_copy_subtree(const struct node *subtree) in node_copy_subtree() argument 287 root->idx = subtree->idx; in node_copy_subtree() 288 root->mask = subtree->mask; in node_copy_subtree() 289 root->num_after = subtree->num_after; in node_copy_subtree() 292 if (subtree->left) { in node_copy_subtree() 293 root->left = node_copy_subtree(subtree->left); in node_copy_subtree() 297 if (subtree->right) { in node_copy_subtree() 298 root->right = node_copy_subtree(subtree->right); in node_copy_subtree()
|
| /linux/net/ipv6/ |
| H A D | ip6_fib.c | 68 * affected subtree. This allows for cached routes to be asynchronously 1469 if (!rcu_access_pointer(fn->subtree)) { in fib6_add() 1473 * Create subtree. in fib6_add() 1477 * sfn[subtree root] in fib6_add() 1482 /* Create subtree root node */ in fib6_add() 1492 /* Now add the first leaf node to new subtree */ in fib6_add() 1509 /* Now link new subtree to main tree */ in fib6_add() 1511 rcu_assign_pointer(fn->subtree, sfn); in fib6_add() 1595 * route to it in both subtree creation failure and fib6_add_rt2node() in fib6_add() 1649 struct fib6_node *subtree in fib6_node_lookup_1() 1641 struct fib6_node *subtree = FIB6_SUBTREE(fn); fib6_node_lookup_1() local 1784 struct fib6_node *subtree = FIB6_SUBTREE(fn); fib6_locate() local [all...] |
| /linux/Documentation/filesystems/ |
| H A D | propagate_umount.txt | 27 extend that set. The original set is a full subtree and its root is 110 subtree mounted strictly inside m and containing mounts that do not 123 that do not belong to S, any subtree that fits into S will fit into 363 in S - {x} and a subtree mounted strictly inside m, such that m contains 365 that subtree must belong to S. But that means that this subtree must 366 contain x somewhere *and* that parent of x either belongs that subtree
|
| H A D | sharedsubtree.rst | 24 that got mounted recently. Shared subtree semantics provide the necessary 33 Shared subtree provides four different flavors of mounts; struct vfsmount to be 438 then the subtree under the unbindable mount is pruned in the new 682 2. Why can't the shared subtree be implemented using exportfs? 685 shared subtree can do. I cannot imagine a way to implement the 691 locations within the same subtree. 693 if one rbind mounts a tree within the same subtree 'n' times
|
| H A D | vfs.rst | 1357 the daemon go past and construct the subtree there. 0 should be
|
| H A D | path-lookup.rst | 432 escape that subtree. It works a bit like a local ``chroot()``.
|
| /linux/include/net/ |
| H A D | ip6_fib.h | 72 struct fib6_node __rcu *subtree; member 116 #define FIB6_SUBTREE(fn) (rcu_dereference_protected((fn)->subtree, 1))
|
| /linux/Documentation/sound/designs/ |
| H A D | procfile.rst | 14 Each card has its subtree cardX, where X is from 0 to 7. The 70 this subtree is described later.
|
| /linux/fs/ext4/ |
| H A D | indirect.c | 1350 int subtree = 1; in ext4_ind_remove_space() local 1354 subtree = 0; in ext4_ind_remove_space() 1359 if (!subtree) { in ext4_ind_remove_space()
|
| /linux/scripts/dtc/ |
| H A D | dtx_diff | 44 If DTx is a directory, it is treated as a DT subtree, such as
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 205 behaviour without this option is to include subtree counts. 253 cgroup's subtree. 321 a subtree while still maintaining the common resource domain for them. 329 of a threaded subtree, that is, the nearest ancestor which is not 331 serves as the resource domain for the entire subtree. 333 Inside a threaded subtree, threads of a process can be put in 339 consumptions of the subtree, it is considered to have internal 347 domain, a domain which is serving as the domain of a threaded subtree, 389 subtree. 392 subtree, and, while the threads can be scattered across the subtree, [all …]
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | rbtree.rst | 280 * Some nodes in left subtree satisfy Cond2.
|
| /linux/security/apparmor/ |
| H A D | policy_unpack.c | 909 aa_unpack_u32(e, &perm->subtree, NULL) && in unpack_perm() 1498 if (perm->subtree & ~perm->allow) in verify_perm()
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | namespace.rst | 198 sysfs as directories in the subtree under /sys/devices/LNXSYSTM:00. The
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | blkio-controller.rst | 70 to the whole subtree while all statistics are local to the IOs
|
| /linux/fs/ |
| H A D | namespace.c | 2351 static bool check_for_nsfs_mounts(struct mount *subtree) in check_for_nsfs_mounts() argument 2353 for (struct mount *p = subtree; p; p = next_mnt(p, subtree)) in check_for_nsfs_mounts()
|
| /linux/Documentation/RCU/Design/Memory-Ordering/ |
| H A D | Tree-RCU-Memory-Ordering.rst | 468 subtree headed by that ``rcu_node`` structure. A key point is that if a
|
| /linux/Documentation/driver-api/ |
| H A D | vfio.rst | 493 subtree that can be treated as a unit for the purposes of partitioning and
|
| /linux/Documentation/networking/ |
| H A D | can.rst | 1560 - Andrey Volkov (kernel subtree structure, ioctls, MSCAN driver)
|