DirEntry 8 filesystem.c struct DirEntry *FindFile(unsigned char *name); DirEntry 9 filesystem.c struct DirEntry *FindFileDirectorySector(unsigned char *filename, DirEntry 162 filesystem.c struct DirEntry *dirBuffer = (struct DirEntry *) ReadSector( DirEntry 316 filesystem.c struct DirEntry *FindFile(unsigned char *name) DirEntry 318 filesystem.c struct DirEntry *buffer; DirEntry 319 filesystem.c struct DirEntry *entry; DirEntry 341 filesystem.c struct DirEntry *FindFileDirectorySector(unsigned char *filename, DirEntry 346 filesystem.c struct DirEntry *buffer = 0; DirEntry 352 filesystem.c buffer = (struct DirEntry *) ReadSector(*sector); DirEntry 353 filesystem.c struct DirEntry *temp = buffer; DirEntry 357 filesystem.c int entriesInSect = BytesPerSector / sizeof(struct DirEntry); DirEntry 412 filesystem.c struct DirEntry *FindEmptyDirectorySlot(struct DirEntry *directory, DirEntry 419 filesystem.c directory = (struct DirEntry *) ReadSector(sector); DirEntry 420 filesystem.c struct DirEntry *entry = directory; DirEntry 430 filesystem.c directory = (struct DirEntry *) ReadSector(sector); DirEntry 435 filesystem.c for (count = 0; count < sizeof(struct DirEntry); count++) DirEntry 454 filesystem.c struct DirEntry *directory; DirEntry 456 filesystem.c struct DirEntry *entry = FindEmptyDirectorySlot(directory, dir); DirEntry 516 filesystem.c struct DirEntry *entry = (struct DirEntry *) FindFile(name); DirEntry 571 filesystem.c struct DirEntry *buffer; DirEntry 575 filesystem.c struct DirEntry *temp = buffer + offset; DirEntry 617 filesystem.c > RootDirectoryEntries * sizeof(struct DirEntry) DirEntry 731 filesystem.c struct DirEntry *entry = (struct DirEntry *) FindFile(name); DirEntry 764 filesystem.c struct DirEntry *directory; DirEntry 766 filesystem.c struct DirEntry *entry = FindEmptyDirectorySlot(directory, dir); DirEntry 789 filesystem.c directory = (struct DirEntry *) ReadSector(sector); DirEntry 810 filesystem.c directory = (struct DirEntry *) ReadSector(sector); DirEntry 82 include/kstructs.h struct DirEntry *dirEntry; // A pointer to the directory entry for this file DirEntry 9 include/lib.h long GetDirectoryEntry(int n, struct DirEntry *entry); DirEntry 8 library/getdirectoryentry.c long GetDirectoryEntry(int n, struct DirEntry *entry) DirEntry 12 library/getdirectoryentry.c char *buff = sys_AllocSharedMem(sizeof(struct DirEntry)); DirEntry 20 library/getdirectoryentry.c for (i = 0; i < sizeof(struct DirEntry); i++) { DirEntry 8 tasks/ls.c struct DirEntry entry; DirEntry 27 tasks/ls.c ret = read(file, (char *) &entry, sizeof(struct DirEntry));