Lines Matching refs:cheb
162 struct chfs_eraseblock *cheb; in chfs_gc_thread_should_wake() local
195 TAILQ_FOREACH(cheb, &chmp->chm_very_dirty_queue, queue) { in chfs_gc_thread_should_wake()
699 chfs_gcollect_pristine(struct chfs_mount *chmp, struct chfs_eraseblock *cheb, in chfs_gcollect_pristine() argument
709 size_t totlen = chfs_nref_len(chmp, cheb, nref); in chfs_gcollect_pristine()
848 struct chfs_eraseblock *cheb, struct chfs_node_ref *nref, in chfs_gcollect_live() argument
860 if (chmp->chm_gcblock != cheb) { in chfs_gcollect_live()
894 cheb, ip->chvc, nref); in chfs_gcollect_live()
901 ret = chfs_gcollect_dnode(chmp, cheb, ip, fn, start, end); in chfs_gcollect_live()
917 ret = chfs_gcollect_dirent(chmp, cheb, ip, fd); in chfs_gcollect_live()
920 ret = chfs_gcollect_deletion_dirent(chmp, cheb, ip, fd); in chfs_gcollect_live()
953 struct chfs_eraseblock *cheb, struct chfs_inode *parent, in chfs_gcollect_dirent() argument
988 struct chfs_eraseblock *cheb, struct chfs_inode *parent, in chfs_gcollect_deletion_dirent() argument
1004 nref_len = chfs_nref_len(chmp, cheb, fd->nref); in chfs_gcollect_deletion_dirent()