Home
last modified time | relevance | path

Searched refs:cur_blocks (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache_priv.h68 int cur_blocks; member
H A Dfs_cache.c540 kprintf("cur blocks %d, max blocks %d ht @ %p\n", bc.cur_blocks, in dump_cache_list()
561 if (count != bc.cur_blocks) {
562 if (count < bc.cur_blocks - 16)
564 str, count, bc.cur_blocks, prev);
567 str, count, bc.cur_blocks, prev);
1087 bc.cur_blocks--; in delete_cache_list()
1452 bc.cur_blocks--; in real_remove_cached_blocks()
1641 for(cur=0; bc.cur_blocks < bc.max_blocks && cur < num_needed; cur++) { in get_ents()
1645 bc.cur_blocks++; in get_ents()
2167 bc.cur_blocks--; in cache_block_io()
[all …]
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h70 int cur_blocks; member