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

/freebsd-10.0-release/usr.sbin/makefs/
H A Dmakefs.h88 typedef struct _fsnode { struct
89 struct _fsnode *parent; /* parent (NULL if root) */
90 struct _fsnode *child; /* child (if type == S_IFDIR) */
91 struct _fsnode *next; /* next */
92 struct _fsnode *first; /* first node of current level (".") */

Completed in 88 milliseconds