Searched refs:tfsnode (Results 1 – 1 of 1) sorted by relevance
1904 fsnode * tfsnode; in cd9660_create_virtual_entry() local1912 tfsnode = emalloc(sizeof(*tfsnode)); in cd9660_create_virtual_entry()1913 tfsnode->name = estrdup(name); in cd9660_create_virtual_entry()1916 cd9660_convert_filename(diskStructure, tfsnode->name, in cd9660_create_virtual_entry()1919 temp->node = tfsnode; in cd9660_create_virtual_entry()1934 tfsnode->type = parent->node->type; in cd9660_create_virtual_entry()1938 tfsnode->type &= ~(S_IFMT); in cd9660_create_virtual_entry()1940 tfsnode->type |= S_IFREG; in cd9660_create_virtual_entry()1942 tfsnode->type |= S_IFDIR; in cd9660_create_virtual_entry()1945 tfsnode->flags &= ~(FSNODE_F_HASSPEC); in cd9660_create_virtual_entry()