Lines Matching defs:child
1139 static int qgroup_assign_or_unassign(int fd, bool b, uint64_t child, uint64_t parent) {
1142 .src = child,
1175 int btrfs_qgroup_assign(int fd, uint64_t child, uint64_t parent) {
1176 return qgroup_assign_or_unassign(fd, true, child, parent);
1179 int btrfs_qgroup_unassign(int fd, uint64_t child, uint64_t parent) {
1180 return qgroup_assign_or_unassign(fd, false, child, parent);
1232 /* OK, the subvolume is not empty, let's look for child
1307 /* OK, the child subvolumes should all be gone now, let's try
1670 /* When btrfs clones the subvolumes, child
1899 * qgroup that then includes all its own child subvolumes.