Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_msdos/
H A Ddir.c91 static struct dirTodoNode *newDirTodo(void);
92 static void freeDirTodo(struct dirTodoNode *);
132 static struct dirTodoNode *freedt;
134 static struct dirTodoNode *
137 struct dirTodoNode *dt; in newDirTodo()
140 if (!(dt = (struct dirTodoNode *)malloc(sizeof *dt))) in newDirTodo()
148 freeDirTodo(struct dirTodoNode *dt) in freeDirTodo()
157 struct dirTodoNode *pendingDirectories = NULL;
286 struct dirTodoNode *p, *np; in finishDosDirSection()
761 struct dirTodoNode *n; in readDosDirSection()
[all …]
H A Ddosfs.h132 struct dirTodoNode { struct
134 struct dirTodoNode *next; argument