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)
1371 node* child_node = parent_node->LookupChildByName(name, false /* acquire */); in pf_rmdir() local1372 TRACE_NODE(child_node, req); in pf_rmdir()1373 if (child_node) { in pf_rmdir()1374 child_node->SetDeleted(); in pf_rmdir()