Searched defs:FSNode (Results 1 – 1 of 1) sorted by relevance
42 struct FSNode { struct43 struct FSNode *fs_Next; argument44 struct FSNode *fs_HNext; argument45 struct FSNode *fs_Base; argument46 struct FSNode *fs_Parent; argument59 fsnode_t node = malloc(offsetof(struct FSNode, fs_Name[pathlen+1])); in fsmknode() argument