Searched refs:_allocated (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.cpp244 uint32 _allocated; local
246 blockGroup, newBlock, _allocated);
284 uint32 _allocated; local
286 blockGroup, newBlock, _allocated);
329 uint32 _allocated; local
331 blockGroup, newBlock, _allocated);
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp713 \param _allocated tells you whether or not a new block has been allocated
720 get_cached_block(block_cache* cache, fssh_off_t blockNumber, bool* _allocated, argument
731 *_allocated = false;
740 *_allocated = true;
743 if (*_allocated && readBlock) {
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp1898 \param _allocated tells you whether or not a new block has been allocated
1906 get_cached_block(block_cache* cache, off_t blockNumber, bool* _allocated, argument
1919 *_allocated = false;
1928 *_allocated = true;
1942 if (*_allocated && readBlock) {

Completed in 254 milliseconds