Searched refs:chm_clean_queue (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/ufs/chfs/ |
| H A D | chfs_nodeops.c | 374 TAILQ_FOREACH_SAFE(eb, &chmp->chm_clean_queue, queue, tmpeb) { in chfs_mark_node_obsolete() 376 TAILQ_REMOVE(&chmp->chm_clean_queue, cheb, queue); in chfs_mark_node_obsolete() 399 TAILQ_REMOVE(&chmp->chm_clean_queue, cheb, queue); in chfs_mark_node_obsolete() 443 TAILQ_INSERT_TAIL(&chmp->chm_clean_queue, cheb, queue); in chfs_close_eraseblock()
|
| H A D | chfs_vfsops.c | 295 TAILQ_INIT(&chmp->chm_clean_queue); in chfs_mountfs() 362 KASSERT(TAILQ_EMPTY(&chmp->chm_clean_queue)); in chfs_mountfs()
|
| H A D | chfs_build.c | 242 TAILQ_INSERT_TAIL(&chmp->chm_clean_queue, in chfs_build_filesystem()
|
| H A D | chfs_gc.c | 367 } else if (!TAILQ_EMPTY(&chmp->chm_clean_queue)) { in find_gc_block() 369 nextqueue = &chmp->chm_clean_queue; in find_gc_block()
|
| H A D | chfs.h | 387 struct chfs_eraseblock_queue chm_clean_queue; member
|