Searched refs:_fsnode (Results 1 – 1 of 1) sorted by relevance
88 typedef struct _fsnode { struct89 struct _fsnode *parent; /* parent (NULL if root) */ argument90 struct _fsnode *child; /* child (if type == S_IFDIR) */ argument91 struct _fsnode *next; /* next */ argument92 struct _fsnode *first; /* first node of current level (".") */ argument