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

/freebsd-12-stable/sbin/fsck_msdosfs/
H A Ddosfs.h128 struct dirTodoNode { struct
130 struct dirTodoNode *next;
H A Ddir.c95 static struct dirTodoNode *newDirTodo(void);
96 static void freeDirTodo(struct dirTodoNode *);
131 * The same for dirTodoNode structures.
133 static struct dirTodoNode *freedt;
135 static struct dirTodoNode *
138 struct dirTodoNode *dt;
149 freeDirTodo(struct dirTodoNode *dt)
158 static struct dirTodoNode *pendingDirectories = NULL;
270 struct dirTodoNode *p, *np;
874 struct dirTodoNode *
[all...]

Completed in 57 milliseconds