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

/haiku-fatelf/src/system/boot/loader/file_systems/fat/
H A DCachedBlock.cpp57 CachedBlock::SetTo(off_t blockNumber, uint32 flags) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DJournal.h44 status_t WriteBlocks(off_t blockNumber,const uint8 *buffer,size_t numBlocks = 1) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DTransaction.cpp119 Transaction::WriteBlocks(off_t blockNumber, const uint8* buffer, argument
H A DJournal.cpp544 off_t blockNumber; local
343 _WritePartialTransactionToLog(JournalHeader* descriptorBlock, bool detached, uint8** _escapedData, uint32 &logBlock, off_t& blockNumber, long& cookie, ArrayDeleter<uint8>& escapedDataDeleter, uint32& blockCount, bool& finished) argument
/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DJournal.h129 status_t WriteBlocks(off_t blockNumber, const uint8 *buffer, size_t numBlocks = 1) argument
H A DVolume.h187 Volume::WriteBlocks(off_t blockNumber, const uint8 *block, uint32 numBlocks) argument
H A DJournal.cpp88 LogEntry::InsertBlock(off_t blockNumber) argument
185 off_t blockNumber = *_start % fLogSize; local
276 blockNotify(off_t blockNumber, size_t numBlocks, void *arg) argument
566 LogBlocks(off_t blockNumber, const uint8 *buffer, size_t numBlocks) argument
[all...]
H A DInode.cpp1144 off_t blockNumber = fVolume->ToBlock(run); local
1519 off_t blockNumber = fVolume->ToBlock(run); local
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DTree.cpp123 Tree::GetBlock(uint64 blockNumber, Block **block) argument
133 Tree::GetNode(uint64 blockNumber, Node **node) argument
H A DIterators.cpp102 TreePath::PushElement(uint64 blockNumber, int32 index) argument
135 TreePath::Element::SetTo(uint64 blockNumber, int32 index) argument
/haiku-fatelf/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-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h159 status_t WriteBlocks(off_t blockNumber, const uint8* buffer, argument
H A DBlockAllocator.cpp103 Block(const char* label, off_t blockNumber, const uint8* data, argument
H A DJournal.cpp360 RunArrays::Insert(off_t blockNumber) argument
487 off_t blockNumber = firstBlockNumber; local
745 off_t blockNumber; local
803 off_t blockNumber = fVolume->ToBlock(run); local
844 off_t blockNumber = fVolume->ToBlock(run); local
[all...]
H A DInode.cpp2063 off_t blockNumber = fVolume->ToBlock(run); local
/haiku-fatelf/src/tools/fs_shell/
H A Dblock_cache.cpp554 block_cache::NewBlock(fssh_off_t blockNumber) argument
696 put_cached_block(block_cache* cache, fssh_off_t blockNumber) argument
719 get_cached_block(block_cache* cache, fssh_off_t blockNumber, bool* _allocated, bool readBlock = true) argument
774 get_writable_cached_block(block_cache* cache, fssh_off_t blockNumber, fssh_off_t base, fssh_off_t length, int32_t transactionID, bool cleared) argument
1544 fssh_block_cache_sync_etc(void* _cache, fssh_off_t blockNumber, fssh_size_t numBlocks) argument
1579 fssh_block_cache_discard(void* _cache, fssh_off_t blockNumber, fssh_size_t numBlocks) argument
1612 fssh_block_cache_make_writable(void* _cache, fssh_off_t blockNumber, int32_t transaction) argument
1634 fssh_block_cache_get_writable_etc(void* _cache, fssh_off_t blockNumber, fssh_off_t base, fssh_off_t length, int32_t transaction) argument
1651 fssh_block_cache_get_writable(void* _cache, fssh_off_t blockNumber, int32_t transaction) argument
1660 fssh_block_cache_get_empty(void* _cache, fssh_off_t blockNumber, int32_t transaction) argument
1677 fssh_block_cache_get_etc(void* _cache, fssh_off_t blockNumber, fssh_off_t base, fssh_off_t length) argument
1699 fssh_block_cache_get(void* _cache, fssh_off_t blockNumber) argument
1713 fssh_block_cache_set_dirty(void* _cache, fssh_off_t blockNumber, bool dirty, int32_t transaction) argument
1737 fssh_block_cache_put(void* _cache, fssh_off_t blockNumber) argument
[all...]
/haiku-fatelf/src/system/kernel/cache/
H A Dblock_cache.cpp392 Error(block_cache* cache, uint64 blockNumber, const char* message, argument
1447 block_cache::NewBlock(off_t blockNumber) argument
1818 put_cached_block(block_cache* cache, off_t blockNumber) argument
1846 get_cached_block(block_cache* cache, off_t blockNumber, bool* _allocated, bool readBlock = true) argument
1922 get_writable_cached_block(block_cache* cache, off_t blockNumber, off_t base, off_t length, int32 transactionID, bool cleared) argument
2179 off_t blockNumber = -1; local
3403 block_cache_sync_etc(void* _cache, off_t blockNumber, size_t numBlocks) argument
3446 block_cache_discard(void* _cache, off_t blockNumber, size_t numBlocks) argument
3494 block_cache_make_writable(void* _cache, off_t blockNumber, int32 transaction) argument
3517 block_cache_get_writable_etc(void* _cache, off_t blockNumber, off_t base, off_t length, int32 transaction) argument
3534 block_cache_get_writable(void* _cache, off_t blockNumber, int32 transaction) argument
3542 block_cache_get_empty(void* _cache, off_t blockNumber, int32 transaction) argument
3558 block_cache_get_etc(void* _cache, off_t blockNumber, off_t base, off_t length) argument
3581 block_cache_get(void* _cache, off_t blockNumber) argument
3595 block_cache_set_dirty(void* _cache, off_t blockNumber, bool dirty, int32 transaction) argument
3619 block_cache_put(void* _cache, off_t blockNumber) argument
[all...]

Completed in 240 milliseconds