OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rootDir
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/fsck_msdos/
dir.c
211
struct dosDirEntry *
rootDir
;
239
if ((
rootDir
= newDosDirEntry()) == NULL) {
246
memset(
rootDir
, 0, sizeof *
rootDir
);
274
rootDir
->head = boot->RootCl;
294
for (d =
rootDir
; d; d = nd) {
303
rootDir
= lostDir = NULL;
892
mod = readDosDirSection(dosfs, boot, fat,
rootDir
);
939
for (lostDir =
rootDir
->child; lostDir; lostDir = lostDir->next) {
Completed in 12 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025