Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dmakefs.h105 typedef struct _fsnode { struct
106 struct _fsnode *parent; /* parent (NULL if root) */ argument
107 struct _fsnode *child; /* child (if type == S_IFDIR) */ argument
108 struct _fsnode *next; /* next */ argument
109 struct _fsnode *first; /* first node of current level (".") */ argument
110 uint32_t type; /* type of entry */
111 fsinode *inode; /* actual inode data */
112 char *symlink; /* symlink target */
113 char *contents; /* file to provide contents */
114 const char *root; /* root path */
[all …]