Searched refs:tfsnode (Results 1 – 1 of 1) sorted by relevance
1818 fsnode * tfsnode; in cd9660_create_virtual_entry() local1826 tfsnode = emalloc(sizeof(*tfsnode)); in cd9660_create_virtual_entry()1827 tfsnode->name = estrdup(name); in cd9660_create_virtual_entry()1830 cd9660_convert_filename(diskStructure, tfsnode->name, in cd9660_create_virtual_entry()1833 temp->node = tfsnode; in cd9660_create_virtual_entry()1848 tfsnode->type = parent->node->type; in cd9660_create_virtual_entry()1852 tfsnode->type &= ~(S_IFMT); in cd9660_create_virtual_entry()1854 tfsnode->type |= S_IFREG; in cd9660_create_virtual_entry()1856 tfsnode->type |= S_IFDIR; in cd9660_create_virtual_entry()1859 tfsnode->flags &= ~(FSNODE_F_HASSPEC); in cd9660_create_virtual_entry()