Searched refs:mainOnly (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/os/drivers/
H A Dfs_cache.h51 bool mainOnly, long *_cookie, off_t *_blockNumber,
/haiku/headers/private/fs_shell/
H A Dfssh_fs_cache.h56 int32_t id, bool mainOnly, long *_cookie,
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp1383 fssh_cache_next_block_in_transaction(void* _cache, int32_t id, bool mainOnly, argument
1402 if (mainOnly) {
1419 *_data = mainOnly ? block->parent_data : block->current_data;
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3297 cache_next_block_in_transaction(void* _cache, int32 id, bool mainOnly, argument
3314 if (mainOnly) {
3331 *_data = mainOnly ? block->parent_data : block->current_data;

Completed in 57 milliseconds