Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Ddir.c93 static struct dirTodoNode *newDirTodo(void);
94 static void freeDirTodo(struct dirTodoNode *);
129 * The same for dirTodoNode structures.
131 static struct dirTodoNode *freedt;
133 static struct dirTodoNode *
136 struct dirTodoNode *dt; in newDirTodo()
147 freeDirTodo(struct dirTodoNode *dt) in freeDirTodo()
156 static struct dirTodoNode *pendingDirectories = NULL;
268 struct dirTodoNode *p, *np; in finishDosDirSection()
872 struct dirTodoNode * in readDosDirSection()
[all...]
H A Ddosfs.h127 struct dirTodoNode { struct
129 struct dirTodoNode *next;

Completed in 2 milliseconds