Searched refs:fsinode (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/usr.sbin/makefs/
H A Dmakefs.h49 * fsinode, optional symlink name, and tree pointers
51 * fsinode -
77 FI_ALLOCATED = 1<<1, /* fsinode->ino allocated */
86 } fsinode; typedef in typeref:struct:__anon11613
94 fsinode *inode; /* actual inode data */
283 fsinode *link_check(fsinode *);
H A Dwalk.c183 fsinode *curino;
226 (cur->inode = calloc(1, sizeof(fsinode))) == NULL)
613 * return pointer to fsinode matching `entry's st_ino & st_dev if it exists,
619 fsinode *
620 link_check(fsinode *entry)
623 fsinode *data;
H A Dmtree.c67 static fsinode mtree_global_inode;
788 fsinode *curino;
H A Dcd9660.c1803 fsinode *inode;
2011 if ((temp->node->inode = calloc(1, sizeof(fsinode))) == NULL)
2038 if ((temp->node->inode = calloc(1, sizeof(fsinode))) == NULL)
/freebsd-10.0-release/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c288 fsinode *inode = writenode->node->inode;

Completed in 184 milliseconds