Searched refs:init_cache_for_device (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A Dcache.h25 extern int init_cache_for_device(int fd, off_t max_blocks);
H A DVolume.cpp87 if (init_cache_for_device(fDevice, numBlocks) == B_OK) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dcache.h75 extern int init_cache_for_device(int fd, fs_off_t max_blocks);
H A Dmount.c117 init_cache_for_device(myfs->fd, num_dev_blocks / myfs->dev_block_conversion);
310 if (init_cache_for_device(myfs->fd, myfs->dsb.num_blocks) != 0) {
H A Dcache.c1104 init_cache_for_device(int fd, fs_off_t max_blocks) function
1108 printf("init_cache_for_device(%d, %lld)\n", fd, max_blocks);
/haiku-fatelf/headers/private/userlandfs/legacy/
H A Dcache.h96 extern _IMPEXP_KERNEL int init_cache_for_device(int fd, off_t max_blocks);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Dcache.h86 extern _IMPEXP_KERNEL int init_cache_for_device(int fd, off_t max_blocks);
H A Ddosfs.c441 if (init_cache_for_device(vol->fd, (off_t)vol->total_sectors) < 0) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A Dcache.h86 extern _IMPEXP_KERNEL int init_cache_for_device(int fd, off_t max_blocks);
H A DVolume.cpp90 error = init_cache_for_device(device, length);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/public/
H A Dcache.h96 extern _IMPEXP_KERNEL int init_cache_for_device(int fd, off_t max_blocks);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DBlockCache.cpp109 if (init_cache_for_device(fDevice, blockCount) == B_OK) {
113 INFORM(("WARNING: init_cache_for_device() failed, use "
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dbeos_kernel_emu.cpp250 init_cache_for_device(int fd, off_t max_blocks) function
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A Dcache.c1103 init_cache_for_device(int fd, fs_off_t max_blocks) function

Completed in 246 milliseconds