Searched refs:chm_nr_erasable_blocks (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/ufs/chfs/ |
| D | chfs_erase.c | 59 if (!chmp->chm_nr_erasable_blocks) { in chfs_remap_leb() 75 chmp->chm_nr_erasable_blocks++; in chfs_remap_leb() 84 chmp->chm_nr_erasable_blocks--; in chfs_remap_leb() 120 … dbg("remaped (free: %d, erasable: %d)\n", chmp->chm_nr_free_blocks, chmp->chm_nr_erasable_blocks); in chfs_remap_leb()
|
| D | chfs_nodeops.c | 390 chmp->chm_nr_erasable_blocks++; in chfs_mark_node_obsolete() 465 … while (chmp->chm_nr_free_blocks + chmp->chm_nr_erasable_blocks < chmp->chm_resv_blocks_write) { in chfs_reserve_space_normal() 466 …: %d, erasable: %d, resv: %d\n", chmp->chm_nr_free_blocks, chmp->chm_nr_erasable_blocks, chmp->chm… in chfs_reserve_space_normal() 468 …if (prio == ALLOC_DELETION && chmp->chm_nr_free_blocks + chmp->chm_nr_erasable_blocks >= chmp->chm… in chfs_reserve_space_normal() 471 …dirty = chmp->chm_dirty_size - chmp->chm_nr_erasable_blocks * chmp->chm_ebh->eb_size + chmp->chm_u… in chfs_reserve_space_normal() 491 if (chmp->chm_nr_erasable_blocks || in chfs_reserve_space_normal()
|
| D | chfs_gc.c | 179 dirty = chmp->chm_dirty_size - chmp->chm_nr_erasable_blocks * in chfs_gc_thread_should_wake() 183 if (chmp->chm_nr_free_blocks + chmp->chm_nr_erasable_blocks < in chfs_gc_thread_should_wake() 186 chmp->chm_nr_free_blocks, chmp->chm_nr_erasable_blocks, in chfs_gc_thread_should_wake() 685 chmp->chm_nr_erasable_blocks++; in chfs_gcollect_pass()
|
| D | chfs_build.c | 279 chmp->chm_nr_erasable_blocks++; in chfs_build_filesystem()
|
| D | chfs.h | 410 int chm_nr_erasable_blocks; /* number of eraseable blocks */ member
|
| D | chfs_vfsops.c | 306 chmp->chm_nr_erasable_blocks = 0; in chfs_mountfs()
|