HomeSort by: relevance | last modified time | path
    Searched defs:_fsnode (Results 1 - 2 of 2) 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 (".") */
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 24 milliseconds