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

/freebsd-current/sbin/fsck_msdosfs/
H A Ddosfs.h127 struct dirTodoNode { struct
129 struct dirTodoNode *next;
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;
147 freeDirTodo(struct dirTodoNode *dt)
156 static struct dirTodoNode *pendingDirectories = NULL;
268 struct dirTodoNode *p, *np;
885 struct dirTodoNode *
[all...]

Completed in 61 milliseconds