HomeSort by relevance Sort by last modified time
    Searched refs:dirTodoNode (Results 1 - 2 of 2) sorted by null

  /external/fsck_msdos/
dosfs.h 139 struct dirTodoNode {
141 struct dirTodoNode *next;
dir.c 98 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 *p, *np
    [all...]

Completed in 114 milliseconds