Searched refs:tfsnode (Results 1 – 1 of 1) sorted by relevance
1919 fsnode * tfsnode; in cd9660_create_virtual_entry() local1927 tfsnode = emalloc(sizeof(*tfsnode)); in cd9660_create_virtual_entry()1928 tfsnode->name = estrdup(name); in cd9660_create_virtual_entry()1931 cd9660_convert_filename(diskStructure, tfsnode->name, in cd9660_create_virtual_entry()1934 temp->node = tfsnode; in cd9660_create_virtual_entry()1949 tfsnode->type = parent->node->type; in cd9660_create_virtual_entry()1953 tfsnode->type &= ~(S_IFMT); in cd9660_create_virtual_entry()1955 tfsnode->type |= S_IFREG; in cd9660_create_virtual_entry()1957 tfsnode->type |= S_IFDIR; in cd9660_create_virtual_entry()1960 tfsnode->flags &= ~(FSNODE_F_HASSPEC); in cd9660_create_virtual_entry()