Lines Matching defs:_fsnode
91 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
96 uint32_t type; /* type of entry */
97 fsinode *inode; /* actual inode data */
98 char *symlink; /* symlink target */
99 char *contents; /* file to provide contents */
100 const char *root; /* root path */
101 char *path; /* directory name */
102 char *name; /* file name */
103 int flags; /* misc flags */