Searched refs:MinimumSize (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h733 (short)(nameLength + MinimumSize()));
736 (short)(nameLength % 4 + 1 + MinimumSize()));
742 return Length() > MinimumSize();
747 static size_t MinimumSize() function in struct:ext2_dir_entry
826 uint32 Length() const { return (MinimumSize() + NameLength()
837 for (unsigned int i = 0; i < (full ? sizeof(*this) : MinimumSize()); i++)
842 static size_t MinimumSize() function in struct:ext2_xattr_entry
H A DDirectoryIterator.cpp199 if ((off_t)(_Offset() + ext2_dir_entry::MinimumSize())

Completed in 91 milliseconds