Home | History | Annotate | Download | only in chfs

Lines Matching refs:chfs_eraseblock

292 /* struct chfs_eraseblock - representation of an eraseblock */
293 struct chfs_eraseblock
297 TAILQ_ENTRY(chfs_eraseblock) queue; /* queue entry */
313 TAILQ_HEAD(chfs_eraseblock_queue, chfs_eraseblock);
358 struct chfs_eraseblock *chm_blocks; /* list of eraseblocks */
403 struct chfs_eraseblock *chm_nextblock; /* next block for usage */
407 struct chfs_eraseblock *chm_gcblock; /* next block for GC */
466 int chfs_scan_eraseblock(struct chfs_mount *, struct chfs_eraseblock *);
471 struct chfs_eraseblock *, void *, off_t);
477 struct chfs_eraseblock *, void *, off_t);
479 struct chfs_eraseblock *, void *, off_t);
481 struct chfs_eraseblock *);
485 struct chfs_eraseblock *, uint32_t);
498 struct chfs_eraseblock *, struct chfs_node_ref *);
500 struct chfs_eraseblock
536 struct chfs_eraseblock *);
537 void chfs_free_node_refs(struct chfs_eraseblock *);
626 struct chfs_eraseblock *, int);
628 struct chfs_eraseblock *, int);
630 struct chfs_eraseblock *, int);
632 struct chfs_eraseblock *, int);
634 struct chfs_eraseblock *, int);