Home | History | Annotate | Download | only in makefs

Lines Matching defs:this_node

1361 	cd9660node *this_node;
1382 if ((this_node = cd9660_allocate_cd9660node()) == NULL) {
1400 this_node->parent = parent_node;
1402 this_node);
1403 this_node->level = level;
1407 this_node->type = CD9660_TYPE_DIR;
1430 this_node->level =
1434 this_node) == 0) {
1449 iterator->child, this_node,
1464 this_node->type = CD9660_TYPE_FILE;
1472 parent_node, this_node);
1477 this_node = cd9660_allocate_cd9660node();
1478 if (this_node == NULL)