Searched refs:tfsnode (Results 1 – 1 of 1) sorted by relevance
1972 fsnode * tfsnode; in cd9660_create_virtual_entry() local1980 tfsnode = emalloc(sizeof(*tfsnode)); in cd9660_create_virtual_entry()1981 tfsnode->name = estrdup(name); in cd9660_create_virtual_entry()1984 cd9660_convert_filename(diskStructure, tfsnode->name, in cd9660_create_virtual_entry()1987 temp->node = tfsnode; in cd9660_create_virtual_entry()2002 tfsnode->type = parent->node->type; in cd9660_create_virtual_entry()2006 tfsnode->type &= ~(S_IFMT); in cd9660_create_virtual_entry()2008 tfsnode->type |= S_IFREG; in cd9660_create_virtual_entry()2010 tfsnode->type |= S_IFDIR; in cd9660_create_virtual_entry()2013 tfsnode->flags &= ~(FSNODE_F_HASSPEC); in cd9660_create_virtual_entry()