Searched defs:_fsnode (Results 1 – 1 of 1) sorted by relevance
99 typedef struct _fsnode { struct 100 struct _fsnode *parent; /* parent (NULL if root) */ argument 101 struct _fsnode *child; /* child (if type == S_IFDIR) */ argument 102 struct _fsnode *next; /* next */ argument 103 struct _fsnode *first; /* first node of current level (".") */ argument 104 type_fsnode global() argument 105 inode_fsnode global() argument 106 symlink_fsnode global() argument 107 root_fsnode global() argument 108 path_fsnode global() argument 109 name_fsnode global() argument 110 flags_fsnode global() argument