Home
last modified time | relevance | path

Searched refs:chfs_eraseblock (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/ufs/chfs/
Dchfs.h293 struct chfs_eraseblock struct
297 TAILQ_ENTRY(chfs_eraseblock) queue; /* queue entry */ argument
313 TAILQ_HEAD(chfs_eraseblock_queue, chfs_eraseblock); argument
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);
[all …]
Dchfs_gc.c46 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; in chfs_gc_thread_should_wake()
345 struct chfs_eraseblock *
348 struct chfs_eraseblock *ret; in find_gc_block()
424 struct chfs_eraseblock *eb; in chfs_gcollect_pass()
[all …]
Dchfs_scan.c103 struct chfs_eraseblock *cheb, void *buf, off_t ofs) in chfs_scan_check_vnode()
182 struct chfs_eraseblock *cheb __diagused; in chfs_scan_mark_dirent_obsolete()
215 struct chfs_eraseblock *cheb, *oldcheb; in chfs_add_fd_to_list()
279 struct chfs_eraseblock *cheb, void *buf, off_t ofs) in chfs_scan_check_dirent_node()
352 struct chfs_eraseblock *cheb, void *buf, off_t ofs) in chfs_scan_check_data_node()
407 struct chfs_eraseblock *cheb) in chfs_scan_classify_cheb()
429 struct chfs_eraseblock *cheb) in chfs_scan_eraseblock()
Dchfs_nodeops.c45 struct chfs_eraseblock *cheb, uint32_t size) in chfs_update_eb_dirty()
256 struct chfs_eraseblock *cheb, struct chfs_node_ref *nref) in chfs_nref_len()
281 struct chfs_eraseblock *cheb; in chfs_mark_node_obsolete()
346 struct chfs_eraseblock *eb, *tmpeb; in chfs_mark_node_obsolete()
422 struct chfs_eraseblock *cheb) in chfs_close_eraseblock()
544 struct chfs_eraseblock *cheb; in chfs_reserve_space()
Dchfs_vnode.c340 struct chfs_eraseblock *cheb, int change) in chfs_change_size_free()
358 struct chfs_eraseblock *cheb, int change) in chfs_change_size_dirty()
376 struct chfs_eraseblock *cheb, int change) in chfs_change_size_unchecked()
394 struct chfs_eraseblock *cheb, int change) in chfs_change_size_used()
412 struct chfs_eraseblock *cheb, int change) in chfs_change_size_wasted()
Dchfs_malloc.c219 chfs_alloc_node_ref(struct chfs_eraseblock *cheb) in chfs_alloc_node_ref()
256 chfs_free_node_refs(struct chfs_eraseblock *cheb) in chfs_free_node_refs()
Dchfs_erase.c51 struct chfs_eraseblock *cheb; in chfs_remap_leb()
Dchfs_vfsops.c272 sizeof(struct chfs_eraseblock), KM_SLEEP); in chfs_mountfs()
370 sizeof(struct chfs_eraseblock)); in chfs_mountfs()