Lines Matching defs:child
39 * maintains a hierarchy of realms reflecting the current parent/child
282 * adjust the parent realm of a given @realm. adjust child list, and parent
438 struct ceph_snap_realm *_realm, *child;
458 /* is any child in the list ? */
459 list_for_each_entry(child, &_realm->children, child_item) {
460 if (!list_empty(&child->rebuild_item)) {
467 list_for_each_entry(child, &_realm->children, child_item)
468 list_add_tail(&child->rebuild_item, &realm_queue);
1045 * (with caps) and child realms that belong to the new
1046 * child.
1111 struct ceph_snap_realm *child =
1114 if (!child)
1116 adjust_snap_realm_parent(mdsc, child, realm->ino);