Searched refs:_block (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHashRevokeManager.cpp116 HashRevokeManager::Compare(void* _revoked, const void *_block) argument
119 uint32 block = *(uint32*)_block;
129 HashRevokeManager::Hash(void* _revoked, const void* _block, uint32 range) argument
132 B_PRIu32 "\n", _revoked, _block, range);
138 uint32 block = *(uint32*)_block;
/haiku/headers/os/drivers/
H A Dfs_cache.h70 off_t base, off_t length, int32 transaction, void** _block);
76 off_t base, off_t length, const void** _block);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_cache.h82 void **_block);
89 fssh_off_t length, const void **_block);
/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.h43 uint8 refType, const void*& _block,
H A DDwarfFile.cpp152 const void*& _block, off_t& _size)
162 _block = NULL;
169 fInstructionPointer, _block, _size);
151 GetCallTarget(uint64 offset, uint8 refType, const void*& _block, off_t& _size) argument
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp83 static int Compare(void* _cacheEntry, const void* _block);
84 static uint32_t Hash(void* _cacheEntry, const void* _block, uint32_t range);
441 cached_block::Compare(void* _cacheEntry, const void* _block) argument
444 const fssh_off_t* block = (const fssh_off_t*)_block;
456 cached_block::Hash(void* _cacheEntry, const void* _block, uint32_t range) argument
459 const fssh_off_t* block = (const fssh_off_t*)_block;
721 bool readBlock, cached_block** _block)
763 *_block = block;
777 fssh_off_t length, int32_t transactionID, bool cleared, void** _block)
806 *_block
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
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
1707 fssh_block_cache_get_etc(void* _cache, fssh_off_t blockNumber, fssh_off_t base, fssh_off_t length, const void** _block) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h395 uint32 block() const { return B_LENDIAN_TO_HOST_INT32(_block); }
398 void set_block(uint32 block) { _block = B_HOST_TO_LENDIAN_INT32(block); }
402 uint32 _block; //!< Block location relative to start of corresponding partition member in struct:logical_block_address
448 uint32 block() const { return B_LENDIAN_TO_HOST_INT32(_block); }
462 void set_block(uint32 block) { _block = B_HOST_TO_LENDIAN_INT32(block); }
468 uint32 _block; member in struct:short_address
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp164 status_t _GetBlock(uint64 blockIndex, CheckSumBlock*& _block)
173 _block = block;
192 _block = block;
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp1907 bool readBlock, cached_block** _block)
1969 *_block = block;
1983 off_t length, int32 transactionID, bool cleared, void** _block)
2027 *_block = block->current_data;
2126 *_block = block->current_data;
3612 off_t length, int32 transaction, void** _block)
3623 transaction, false, _block);
3661 const void** _block)
3681 *_block = block->current_data;
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
3611 block_cache_get_writable_etc(void* _cache, off_t blockNumber, off_t base, off_t length, int32 transaction, void** _block) argument
3660 block_cache_get_etc(void* _cache, off_t blockNumber, off_t base, off_t length, const void** _block) argument

Completed in 87 milliseconds