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

/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp439 GetNextSpecialInode(buffer,&offset,offset + 32LL * 65536 * BlockSize(),true);
557 Disk::GetNextSpecialInode(char *buffer, off_t *_offset, off_t end, function in class:Disk
651 if (GetNextSpecialInode(buffer,&offset,offset + 65536LL * BlockSize()) == B_OK)
666 if (GetNextSpecialInode(buffer, &commonOffset, commonOffset) == B_OK) {
678 if (GetNextSpecialInode(buffer,&logOffset,logOffset + LogSize() * BlockSize()) == B_OK)
707 if (GetNextSpecialInode(buffer,&offset,65536LL * 16 * BlockSize()) == B_OK)
H A DDisk.h88 status_t GetNextSpecialInode(char *,off_t *,off_t,bool);

Completed in 45 milliseconds