Searched refs:exfat_entry (Results 1 - 9 of 9) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp103 struct exfat_entry entry;
104 size_t entrySize = sizeof(struct exfat_entry);
H A DUtility.h46 status_t get_volume_name(struct exfat_entry* entry, char* name, size_t length);
H A DVolume.cpp53 bool VisitLabel(struct exfat_entry*);
67 LabelVisitor::VisitLabel(struct exfat_entry* entry)
171 fEntriesPerBlock = (fBlockSize / sizeof(struct exfat_entry));
H A Dexfat.h101 struct exfat_entry { struct
H A DInode.cpp181 Inode::VisitFile(struct exfat_entry* entry)
189 Inode::VisitFileInfo(struct exfat_entry* entry)
H A DDirectoryIterator.cpp284 fCurrent = (struct exfat_entry*)fBlock.SetTo(block)
299 fCurrent = (struct exfat_entry*)fBlock.SetTo(block);
H A DUtility.cpp25 get_volume_name(struct exfat_entry* entry, char* name, size_t length)
H A DDirectoryIterator.h24 virtual bool VisitBitmap(struct exfat_entry*) argument
26 virtual bool VisitUppercase(struct exfat_entry*) argument
28 virtual bool VisitLabel(struct exfat_entry*) argument
30 virtual bool VisitFilename(struct exfat_entry*) argument
32 virtual bool VisitFile(struct exfat_entry*) argument
34 virtual bool VisitFileInfo(struct exfat_entry*) argument
64 struct exfat_entry* fCurrent;
H A DInode.h88 bool VisitFile(struct exfat_entry*);
89 bool VisitFileInfo(struct exfat_entry*);
120 struct exfat_entry fFileEntry;
121 struct exfat_entry fFileInfoEntry;

Completed in 49 milliseconds