HomeSort by: relevance | last modified time | path
    Searched defs:_fsnode (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/makefs/
makefs.h 108 typedef struct _fsnode { struct
109 struct _fsnode *parent; /* parent (NULL if root) */
110 struct _fsnode *child; /* child (if type == S_IFDIR) */
111 struct _fsnode *next; /* next */
112 struct _fsnode *first; /* first node of current level (".") */

Completed in 12 milliseconds