Home
last modified time | relevance | path

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

/dflybsd-src/sbin/newfs/
H A Dfscopy.c42 struct FSNode { struct
43 struct FSNode *fs_Next; argument
44 struct FSNode *fs_HNext; argument
45 struct FSNode *fs_Base; argument
46 struct FSNode *fs_Parent; argument
59 fsnode_t node = malloc(offsetof(struct FSNode, fs_Name[pathlen+1])); in fsmknode() argument