Searched refs:has64bits (Results 1 - 6 of 6) sorted by path

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHashRevokeManager.cpp23 HashRevokeManager::HashRevokeManager(bool has64bits) argument
24 : RevokeManager(has64bits),
H A DHashRevokeManager.h54 HashRevokeManager(bool has64bits);
H A DJournal.h107 uint64 BlockNumber(bool has64bits) const
110 if (has64bits)
118 void SetBlockNumber(uint64 block, bool has64bits) argument
121 if (has64bits)
H A DRevokeManager.cpp21 RevokeManager::RevokeManager(bool has64bits) argument
24 fHas64bits(has64bits)
H A DRevokeManager.h18 RevokeManager(bool has64bits);
H A Dext2.h101 uint64 NumBlocks(bool has64bits) const
104 if (has64bits)
109 uint64 FreeBlocks(bool has64bits) const
112 if (has64bits)
116 uint64 ReservedBlocks(bool has64bits) const
119 if (has64bits)
153 void SetFreeBlocks(uint64 freeBlocks, bool has64bits) argument
156 if (has64bits)
256 fsblock_t BlockBitmap(bool has64bits) const
259 if (has64bits)
314 SetFreeBlocks(uint32 freeBlocks, bool has64bits) argument
321 SetFreeInodes(uint32 freeInodes, bool has64bits) argument
328 SetUsedDirectories(uint16 usedDirectories, bool has64bits) argument
341 SetUnusedInodes(uint32 unusedInodes, bool has64bits) argument
[all...]

Completed in 38 milliseconds