Searched defs:blockNumber (Results 1 - 18 of 18) sorted by relevance

/haiku/src/system/boot/loader/file_systems/fat/
H A DCachedBlock.cpp57 CachedBlock::SetTo(off_t blockNumber, uint32 flags) argument
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dcache.cpp118 block_cache_get(void* _cache, off_t blockNumber) argument
126 block_cache_make_writable(void* _cache, off_t blockNumber, int32 transaction) argument
137 block_cache_get_writable(void* _cache, off_t blockNumber, int32 transaction) argument
147 block_cache_set_dirty(void* _cache, off_t blockNumber, bool dirty, argument
162 block_cache_put(void* _cache, off_t blockNumber) argument
[all...]
H A DJournal.h60 status_t WriteBlocks(off_t blockNumber, const uint8* buffer, argument
/haiku/src/apps/charactermap/
H A DUnicodeBlockView.cpp151 int32 blockNumber = BlockForCharacter(character); local
H A DCharacterView.cpp764 int32 blockNumber = BlockForCharacter(character); local
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DTransaction.cpp119 Transaction::WriteBlocks(off_t blockNumber, const uint8* buffer, argument
H A DJournal.cpp553 off_t blockNumber; local
350 _WritePartialTransactionToLog(JournalHeader* descriptorBlock, bool detached, uint8** _escapedData, uint32 &logBlock, off_t& blockNumber, long& cookie, ArrayDeleter<uint8>& escapedDataDeleter, uint32& blockCount, bool& finished) argument
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DTree.cpp123 Tree::GetBlock(uint64 blockNumber, Block **block) argument
133 Tree::GetNode(uint64 blockNumber, Node **node) argument
H A DIterators.cpp105 TreePath::PushElement(uint64 blockNumber, int32 index) argument
138 TreePath::Element::SetTo(uint64 blockNumber, int32 index) argument
/haiku/src/tests/add-ons/kernel/file_systems/bfs/dump_log/
H A Ddump_log.cpp120 off_t blockNumber = toBlock(superBlock, superBlock.log_blocks) local
154 off_t blockNumber = toBlock(superBlock, superBlock.log_blocks) local
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h162 status_t WriteBlocks(off_t blockNumber, const uint8* buffer, argument
H A DBlockAllocator.cpp101 Block(const char* label, off_t blockNumber, const uint8* data, argument
H A DJournal.cpp362 RunArrays::Insert(off_t blockNumber) argument
500 off_t blockNumber = firstBlockNumber; local
763 off_t blockNumber; local
821 off_t blockNumber = fVolume->ToBlock(run); local
860 off_t blockNumber = fVolume->ToBlock(run); local
[all...]
H A DInode.cpp2103 off_t blockNumber = fVolume->ToBlock(run); local
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DBPlusTree.h100 uint32 blockNumber; member in struct:PathNode
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.cpp137 Inode::FindBlock(off_t blockNumber, off_t blockOffset) argument
[all...]
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp555 block_cache::NewBlock(fssh_off_t blockNumber) argument
697 put_cached_block(block_cache* cache, fssh_off_t blockNumber) argument
720 get_cached_block(block_cache* cache, fssh_off_t blockNumber, bool* _allocated, bool readBlock, cached_block** _block) argument
776 get_writable_cached_block(block_cache* cache, fssh_off_t blockNumber, fssh_off_t base, fssh_off_t length, int32_t transactionID, bool cleared, void** _block) argument
1471 fssh_cache_has_block_in_transaction(void* _cache, int32_t id, fssh_off_t blockNumber) argument
1564 fssh_block_cache_sync_etc(void* _cache, fssh_off_t blockNumber, fssh_size_t numBlocks) argument
1599 fssh_block_cache_discard(void* _cache, fssh_off_t blockNumber, fssh_size_t numBlocks) argument
1632 fssh_block_cache_make_writable(void* _cache, fssh_off_t blockNumber, int32_t transaction) argument
1655 fssh_block_cache_get_writable_etc(void* _cache, fssh_off_t blockNumber, fssh_off_t base, fssh_off_t length, int32_t transaction, void** _block) argument
1672 fssh_block_cache_get_writable(void* _cache, fssh_off_t blockNumber, int32_t transaction) argument
1686 fssh_block_cache_get_empty(void* _cache, fssh_off_t blockNumber, int32_t transaction) argument
1707 fssh_block_cache_get_etc(void* _cache, fssh_off_t blockNumber, fssh_off_t base, fssh_off_t length, const void** _block) argument
1732 fssh_block_cache_get(void* _cache, fssh_off_t blockNumber) argument
1751 fssh_block_cache_set_dirty(void* _cache, fssh_off_t blockNumber, bool dirty, int32_t transaction) argument
1775 fssh_block_cache_put(void* _cache, fssh_off_t blockNumber) argument
[all...]
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp469 Error(block_cache* cache, uint64 blockNumber, const char* message, argument
1504 block_cache::NewBlock(off_t blockNumber) argument
1878 put_cached_block(block_cache* cache, off_t blockNumber) argument
1906 get_cached_block(block_cache* cache, off_t blockNumber, bool* _allocated, bool readBlock, cached_block** _block) argument
1982 get_writable_cached_block(block_cache* cache, off_t blockNumber, off_t base, off_t length, int32 transactionID, bool cleared, void** _block) argument
2243 off_t blockNumber = -1; local
3392 cache_has_block_in_transaction(void* _cache, int32 id, off_t blockNumber) argument
3498 block_cache_sync_etc(void* _cache, off_t blockNumber, size_t numBlocks) argument
3541 block_cache_discard(void* _cache, off_t blockNumber, size_t numBlocks) argument
3587 block_cache_make_writable(void* _cache, off_t blockNumber, int32 transaction) argument
3611 block_cache_get_writable_etc(void* _cache, off_t blockNumber, off_t base, off_t length, int32 transaction, void** _block) argument
3628 block_cache_get_writable(void* _cache, off_t blockNumber, int32 transaction) argument
3640 block_cache_get_empty(void* _cache, off_t blockNumber, int32 transaction) argument
3660 block_cache_get_etc(void* _cache, off_t blockNumber, off_t base, off_t length, const void** _block) argument
3687 block_cache_get(void* _cache, off_t blockNumber) argument
3706 block_cache_set_dirty(void* _cache, off_t blockNumber, bool dirty, int32 transaction) argument
3729 block_cache_put(void* _cache, off_t blockNumber) argument
[all...]

Completed in 141 milliseconds