HomeSort by: relevance | last modified time | path
    Searched refs:chfs_eraseblock (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/ufs/chfs/
chfs.h 292 /* struct chfs_eraseblock - representation of an eraseblock */
293 struct chfs_eraseblock struct
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)
    [all...]
chfs_gc.c 46 struct chfs_eraseblock *find_gc_block(struct chfs_mount *);
48 struct chfs_eraseblock *,
51 struct chfs_eraseblock *, struct chfs_node_ref *,
55 struct chfs_eraseblock *, struct chfs_inode *,
58 struct chfs_eraseblock *, struct chfs_inode *,
61 struct chfs_eraseblock *, struct chfs_inode *,
162 struct chfs_eraseblock *cheb;
345 struct chfs_eraseblock *
348 struct chfs_eraseblock *ret;
424 struct chfs_eraseblock *eb
    [all...]
chfs_erase.c 51 struct chfs_eraseblock *cheb;
chfs_vnode.c 340 struct chfs_eraseblock *cheb, int change)
358 struct chfs_eraseblock *cheb, int change)
376 struct chfs_eraseblock *cheb, int change)
394 struct chfs_eraseblock *cheb, int change)
412 struct chfs_eraseblock *cheb, int change)
chfs_scan.c 103 struct chfs_eraseblock *cheb, void *buf, off_t ofs)
182 struct chfs_eraseblock *cheb __diagused;
215 struct chfs_eraseblock *cheb, *oldcheb;
279 struct chfs_eraseblock *cheb, void *buf, off_t ofs)
352 struct chfs_eraseblock *cheb, void *buf, off_t ofs)
407 struct chfs_eraseblock *cheb)
429 struct chfs_eraseblock *cheb)
chfs_nodeops.c 45 struct chfs_eraseblock *cheb, uint32_t size)
256 struct chfs_eraseblock *cheb, struct chfs_node_ref *nref)
281 struct chfs_eraseblock *cheb;
346 struct chfs_eraseblock *eb, *tmpeb;
422 struct chfs_eraseblock *cheb)
544 struct chfs_eraseblock *cheb;
chfs_malloc.c 219 chfs_alloc_node_ref(struct chfs_eraseblock *cheb)
256 chfs_free_node_refs(struct chfs_eraseblock *cheb)
chfs_vfsops.c 272 sizeof(struct chfs_eraseblock), KM_SLEEP);
370 sizeof(struct chfs_eraseblock));

Completed in 18 milliseconds