Lines Matching refs:fsnode
139 static int cd9660_translate_node(iso9660_disk *, fsnode *, cd9660node *);
151 static void cd9660_convert_structure(iso9660_disk *, fsnode *, cd9660node *, int,
484 * @param struct fsnode *root The root node of the filesystem tree
488 cd9660_makefs(const char *image, const char *dir, fsnode *root,
856 * Translate fsnode to cd9660node
859 * @param struct fsnode * The node generated by makefs
864 cd9660_translate_node(iso9660_disk *diskStructure, fsnode *node,
1351 * @param struct fsnode * The root node to be converted
1357 cd9660_convert_structure(iso9660_disk *diskStructure, fsnode *root,
1360 fsnode *iterator = root;
1973 fsnode * tfsnode;