Searched refs:cn_new (Results 1 – 1 of 1) sorted by relevance
961 cd9660_sorted_child_insert(cd9660node *parent, cd9660node *cn_new) in cd9660_sorted_child_insert() argument968 cn_new->parent = parent; in cd9660_sorted_child_insert()981 if (cn_new == cn) in cd9660_sorted_child_insert()984 compare = cd9660_compare_filename(cn_new->isoDirRecord->name, in cd9660_sorted_child_insert()988 compare = cd9660_compare_filename(cn_new->node->name, in cd9660_sorted_child_insert()995 TAILQ_INSERT_TAIL(head, cn_new, cn_next_child); in cd9660_sorted_child_insert()997 TAILQ_INSERT_BEFORE(cn, cn_new, cn_next_child); in cd9660_sorted_child_insert()