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

/external/fsck_msdos/
H A Ddosfs.h139 struct dirTodoNode { struct
141 struct dirTodoNode *next;
H A Ddir.c98 static struct dirTodoNode *newDirTodo(void);
99 static void freeDirTodo(struct dirTodoNode *);
137 * The same for dirTodoNode structures.
139 static struct dirTodoNode *freedt;
141 static struct dirTodoNode *
144 struct dirTodoNode *dt;
147 if (!(dt = (struct dirTodoNode *)malloc(sizeof *dt)))
155 freeDirTodo(struct dirTodoNode *dt)
164 struct dirTodoNode *pendingDirectories = NULL;
279 struct dirTodoNode *
[all...]

Completed in 71 milliseconds