Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/
H A Dmakefs.h91 typedef struct _fsnode { struct
92 struct _fsnode *parent; /* parent (NULL if root) */ argument
93 struct _fsnode *child; /* child (if type == S_IFDIR) */ argument
94 struct _fsnode *next; /* next */ argument
95 struct _fsnode *first; /* first node of current level (".") */ argument