Home
last modified time | relevance | path

Searched refs:block_cache_create (Results 1 – 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/shared/
H A DDeviceOpener.cpp86 return fBlockCache = block_cache_create(fDevice, numBlocks, blockSize, in InitCache()
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlockCache.cpp97 fCacheHandle = block_cache_create(fDevice, blockCount, blockSize, true); in Init()
/haiku/headers/os/drivers/
H A Dfs_cache.h60 extern void *block_cache_create(int fd, off_t numBlocks, size_t blockSize,
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.cpp96 fBlockCache = block_cache_create(device, length, blockSize, IsReadOnly()); in Mount()
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp469 fBlockCache = block_cache_create(fFD, fTotalBlocks, B_PAGE_SIZE, in _Init()
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp244 gCache = (block_cache*)block_cache_create(-1, MAX_BLOCKS, gBlockSize, in start_test()
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.cpp695 volume->fBlockCache = block_cache_create(volume->fd, maxBlocks, in ISOMount()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h845 #define block_cache_create fssh_block_cache_create macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3684 block_cache_create(int fd, off_t numBlocks, size_t blockSize, bool readOnly) in block_cache_create() function
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dkernel_interface.cpp3721 = block_cache_create(dev->si_fd, fatVolume->pm_HugeSectors, CACHED_BLOCK_SIZE, readOnly); in fat_volume_init()