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

/freebsd-10.1-release/sbin/fsck_msdosfs/
H A Ddosfs.h132 struct dirTodoNode { struct
134 struct dirTodoNode *next;
H A Ddir.c90 static struct dirTodoNode *newDirTodo(void);
91 static void freeDirTodo(struct dirTodoNode *);
129 * The same for dirTodoNode structures.
131 static struct dirTodoNode *freedt;
133 static struct dirTodoNode *
136 struct dirTodoNode *dt;
139 if (!(dt = (struct dirTodoNode *)malloc(sizeof *dt)))
147 freeDirTodo(struct dirTodoNode *dt)
156 static struct dirTodoNode *pendingDirectories = NULL;
285 struct dirTodoNode *
[all...]

Completed in 65 milliseconds