Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/makefs/
H A Dmakefs.h90 typedef struct _fsnode { struct
91 struct _fsnode *parent; /* parent (NULL if root) */ argument
93 struct _fsnode *next; /* next */ argument
95 uint32_t type; /* type of entry */
96 fsinode *inode; /* actual inode data */
97 char *symlink; /* symlink target */
98 char *contents; /* file to provide contents */
99 const char *root; /* root path */
100 char *path; /* directory name */
101 char *name; /* file name */
[all …]