exfat_entry
fCurrent = (struct exfat_entry*)fBlock.SetTo(block)
fCurrent = (struct exfat_entry*)fBlock.SetTo(block);
virtual bool VisitBitmap(struct exfat_entry*)
virtual bool VisitUppercase(struct exfat_entry*)
virtual bool VisitLabel(struct exfat_entry*)
virtual bool VisitFilename(struct exfat_entry*)
virtual bool VisitFile(struct exfat_entry*)
virtual bool VisitFileInfo(struct exfat_entry*)
struct exfat_entry* fCurrent;
Inode::VisitFile(struct exfat_entry* entry)
Inode::VisitFileInfo(struct exfat_entry* entry)
struct exfat_entry fFileEntry;
struct exfat_entry fFileInfoEntry;
bool VisitFile(struct exfat_entry*);
bool VisitFileInfo(struct exfat_entry*);
get_volume_name(struct exfat_entry* entry, char* name, size_t length)
status_t get_volume_name(struct exfat_entry* entry, char* name, size_t length);
fEntriesPerBlock = (fBlockSize / sizeof(struct exfat_entry));
bool VisitLabel(struct exfat_entry*);
LabelVisitor::VisitLabel(struct exfat_entry* entry)
struct exfat_entry entry;
size_t entrySize = sizeof(struct exfat_entry);