Searched refs:tfsnode (Results 1 – 1 of 1) sorted by relevance
2040 fsnode * tfsnode; in cd9660_create_virtual_entry() local2048 if ((tfsnode = calloc(1, sizeof (fsnode))) == NULL) { in cd9660_create_virtual_entry()2054 if ((tfsnode->name = strdup(name)) == NULL) { in cd9660_create_virtual_entry()2065 cd9660_convert_filename(tfsnode->name, temp->isoDirRecord->name, in cd9660_create_virtual_entry()2068 temp->node = tfsnode; in cd9660_create_virtual_entry()2083 tfsnode->type = parent->node->type; in cd9660_create_virtual_entry()2087 tfsnode->type &= ~(S_IFMT); in cd9660_create_virtual_entry()2089 tfsnode->type |= S_IFREG; in cd9660_create_virtual_entry()2091 tfsnode->type |= S_IFDIR; in cd9660_create_virtual_entry()2094 tfsnode->flags &= ~(FSNODE_F_HASSPEC); in cd9660_create_virtual_entry()