Searched refs:block_cache_create (Results 1 – 10 of 10) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/shared/ |
H A D | DeviceOpener.cpp | 86 return fBlockCache = block_cache_create(fDevice, numBlocks, blockSize, in InitCache()
|
/haiku/src/add-ons/kernel/file_systems/reiserfs/ |
H A D | BlockCache.cpp | 97 fCacheHandle = block_cache_create(fDevice, blockCount, blockSize, true); in Init()
|
/haiku/headers/os/drivers/ |
H A D | fs_cache.h | 60 extern void *block_cache_create(int fd, off_t numBlocks, size_t blockSize,
|
/haiku/src/add-ons/kernel/file_systems/udf/ |
H A D | Volume.cpp | 96 fBlockCache = block_cache_create(device, length, blockSize, IsReadOnly()); in Mount()
|
/haiku/src/tests/system/kernel/file_corruption/fs/ |
H A D | Volume.cpp | 469 fBlockCache = block_cache_create(fFD, fTotalBlocks, B_PAGE_SIZE, in _Init()
|
/haiku/src/tests/system/kernel/cache/ |
H A D | block_cache_test.cpp | 244 gCache = (block_cache*)block_cache_create(-1, MAX_BLOCKS, gBlockSize, in start_test()
|
/haiku/src/add-ons/kernel/file_systems/iso9660/ |
H A D | iso9660.cpp | 695 volume->fBlockCache = block_cache_create(volume->fd, maxBlocks, in ISOMount()
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_api_wrapper.h | 845 #define block_cache_create fssh_block_cache_create macro
|
/haiku/src/system/kernel/cache/ |
H A D | block_cache.cpp | 3684 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 D | kernel_interface.cpp | 3721 = block_cache_create(dev->si_fd, fatVolume->pm_HugeSectors, CACHED_BLOCK_SIZE, readOnly); in fat_volume_init()
|