Searched refs:file_icb_entry (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h24 that are not commonly accessible through file_icb_entry().
133 file_icb_entry *_FileEntry() const
134 { return (file_icb_entry *)fData.Block(); }
152 FileEntry<file_icb_entry> fFileEntry;
H A DIcb.cpp131 file_icb_entry *entry = (file_icb_entry *)header;
H A DUdfStructures.cpp1062 // file_icb_entry
1065 long_address file_icb_entry::_dummy_stream_directory_icb;
1068 file_icb_entry::dump() const
1070 DUMP_INIT("file_icb_entry");
H A DUdfStructures.h1997 struct file_icb_entry { struct
2001 const char* descriptor_name() const { return "file_icb_entry"; }

Completed in 36 milliseconds