Home
last modified time | relevance | path

Searched refs:dirTodoNode (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sbin/fsck_msdosfs/
HDdir.c90 static struct dirTodoNode *newDirTodo(void);
91 static void freeDirTodo(struct dirTodoNode *);
131 static struct dirTodoNode *freedt;
133 static struct dirTodoNode *
136 struct dirTodoNode *dt; in newDirTodo()
139 if (!(dt = (struct dirTodoNode *)malloc(sizeof *dt))) in newDirTodo()
147 freeDirTodo(struct dirTodoNode *dt) in freeDirTodo()
156 static struct dirTodoNode *pendingDirectories = NULL;
285 struct dirTodoNode *p, *np; in finishDosDirSection()
757 struct dirTodoNode *n; in readDosDirSection()
[all …]
HDdosfs.h134 struct dirTodoNode { struct
136 struct dirTodoNode *next; argument