Searched refs:child_node (Results 1 – 2 of 2) sorted by relevance
318 for child_node in node.child_nodes:319 _search_node(child_node)
1331 node* child_node = parent_node->LookupChildByName(name, false /* acquire */); in pf_rmdir() local1332 TRACE_NODE(child_node, req); in pf_rmdir()1333 if (child_node) { in pf_rmdir()1334 child_node->SetDeleted(); in pf_rmdir()