Symbol: chfs_mount
sys/ufs/chfs/chfs.h
458
void chfs_calc_trigger_levels(struct chfs_mount *);
sys/ufs/chfs/chfs.h
459
int chfs_build_filesystem(struct chfs_mount *);
sys/ufs/chfs/chfs.h
460
void chfs_build_set_vnodecache_nlink(struct chfs_mount *,
sys/ufs/chfs/chfs.h
462
void chfs_build_remove_unlinked_vnode(struct chfs_mount *,
sys/ufs/chfs/chfs.h
466
int chfs_scan_eraseblock(struct chfs_mount *, struct chfs_eraseblock *);
sys/ufs/chfs/chfs.h
467
struct chfs_vnode_cache *chfs_scan_make_vnode_cache(struct chfs_mount *,
sys/ufs/chfs/chfs.h
470
int chfs_scan_check_vnode(struct chfs_mount *,
sys/ufs/chfs/chfs.h
472
int chfs_scan_mark_dirent_obsolete(struct chfs_mount *,
sys/ufs/chfs/chfs.h
474
void chfs_add_fd_to_list(struct chfs_mount *,
sys/ufs/chfs/chfs.h
476
int chfs_scan_check_dirent_node(struct chfs_mount *,
sys/ufs/chfs/chfs.h
478
int chfs_scan_check_data_node(struct chfs_mount *,
sys/ufs/chfs/chfs.h
480
int chfs_scan_classify_cheb(struct chfs_mount *,
sys/ufs/chfs/chfs.h
484
int chfs_update_eb_dirty(struct chfs_mount *,
sys/ufs/chfs/chfs.h
486
void chfs_add_node_to_list(struct chfs_mount *, struct chfs_vnode_cache *,
sys/ufs/chfs/chfs.h
488
void chfs_remove_node_from_list(struct chfs_mount *, struct chfs_vnode_cache *,
sys/ufs/chfs/chfs.h
490
void chfs_remove_and_obsolete(struct chfs_mount *, struct chfs_vnode_cache *,
sys/ufs/chfs/chfs.h
492
void chfs_add_fd_to_inode(struct chfs_mount *,
sys/ufs/chfs/chfs.h
494
void chfs_add_vnode_ref_to_vc(struct chfs_mount *, struct chfs_vnode_cache *,
sys/ufs/chfs/chfs.h
497
int chfs_nref_len(struct chfs_mount *,
sys/ufs/chfs/chfs.h
499
int chfs_close_eraseblock(struct chfs_mount *,
sys/ufs/chfs/chfs.h
501
int chfs_reserve_space_normal(struct chfs_mount *, uint32_t, int);
sys/ufs/chfs/chfs.h
502
int chfs_reserve_space_gc(struct chfs_mount *, uint32_t);
sys/ufs/chfs/chfs.h
503
int chfs_reserve_space(struct chfs_mount *, uint32_t);
sys/ufs/chfs/chfs.h
504
void chfs_mark_node_obsolete(struct chfs_mount *, struct chfs_node_ref *);
sys/ufs/chfs/chfs.h
558
int chfs_read_inode(struct chfs_mount *, struct chfs_inode *);
sys/ufs/chfs/chfs.h
559
int chfs_read_inode_internal(struct chfs_mount *, struct chfs_inode *);
sys/ufs/chfs/chfs.h
560
void chfs_remove_frags_of_node(struct chfs_mount *, struct rb_tree *,
sys/ufs/chfs/chfs.h
562
void chfs_kill_fragtree(struct chfs_mount *, struct rb_tree *);
sys/ufs/chfs/chfs.h
563
uint32_t chfs_truncate_fragtree(struct chfs_mount *,
sys/ufs/chfs/chfs.h
565
int chfs_add_full_dnode_to_inode(struct chfs_mount *,
sys/ufs/chfs/chfs.h
568
int chfs_read_data(struct chfs_mount*, struct vnode *,
sys/ufs/chfs/chfs.h
572
int chfs_remap_leb(struct chfs_mount *);
sys/ufs/chfs/chfs.h
575
void chfs_gc_trigger(struct chfs_mount *);
sys/ufs/chfs/chfs.h
576
int chfs_gc_thread_should_wake(struct chfs_mount *);
sys/ufs/chfs/chfs.h
578
void chfs_gc_thread_start(struct chfs_mount *);
sys/ufs/chfs/chfs.h
579
void chfs_gc_thread_stop(struct chfs_mount *);
sys/ufs/chfs/chfs.h
580
int chfs_gcollect_pass(struct chfs_mount *);
sys/ufs/chfs/chfs.h
618
struct vnode *chfs_vnode_lookup(struct chfs_mount *, ino_t);
sys/ufs/chfs/chfs.h
625
void chfs_change_size_free(struct chfs_mount *,
sys/ufs/chfs/chfs.h
627
void chfs_change_size_dirty(struct chfs_mount *,
sys/ufs/chfs/chfs.h
629
void chfs_change_size_unchecked(struct chfs_mount *,
sys/ufs/chfs/chfs.h
631
void chfs_change_size_used(struct chfs_mount *,
sys/ufs/chfs/chfs.h
633
void chfs_change_size_wasted(struct chfs_mount *,
sys/ufs/chfs/chfs.h
639
struct chfs_vnode_cache* chfs_vnode_cache_get(struct chfs_mount *, ino_t);
sys/ufs/chfs/chfs.h
640
void chfs_vnode_cache_add(struct chfs_mount *, struct chfs_vnode_cache *);
sys/ufs/chfs/chfs.h
641
void chfs_vnode_cache_remove(struct chfs_mount *, struct chfs_vnode_cache *);
sys/ufs/chfs/chfs.h
644
int chfs_write_wbuf(struct chfs_mount*,
sys/ufs/chfs/chfs.h
646
int chfs_flush_pending_wbuf(struct chfs_mount *);
sys/ufs/chfs/chfs.h
649
int chfs_write_flash_vnode(struct chfs_mount *, struct chfs_inode *, int);
sys/ufs/chfs/chfs.h
650
int chfs_write_flash_dirent(struct chfs_mount *, struct chfs_inode *,
sys/ufs/chfs/chfs.h
652
int chfs_write_flash_dnode(struct chfs_mount *, struct vnode *,
sys/ufs/chfs/chfs.h
677
chfs_map_leb(struct chfs_mount *chmp, int lnr)
sys/ufs/chfs/chfs.h
691
chfs_unmap_leb(struct chfs_mount *chmp, int lnr)
sys/ufs/chfs/chfs.h
704
chfs_read_leb(struct chfs_mount *chmp, int lnr, char *buf,
sys/ufs/chfs/chfs.h
718
static __inline int chfs_write_leb(struct chfs_mount *chmp, int lnr, char *buf,
sys/ufs/chfs/chfs.h
735
CHFS_PAGES_MAX(struct chfs_mount *chmp)
sys/ufs/chfs/chfs_build.c
110
chfs_build_remove_unlinked_vnode(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_build.c
208
chfs_build_filesystem(struct chfs_mount *chmp)
sys/ufs/chfs/chfs_build.c
42
chfs_calc_trigger_levels(struct chfs_mount *chmp)
sys/ufs/chfs/chfs_build.c
69
chfs_build_set_vnodecache_nlink(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_erase.c
48
chfs_remap_leb(struct chfs_mount *chmp)
sys/ufs/chfs/chfs_gc.c
1075
chfs_gcollect_dnode(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_gc.c
118
chfs_gc_thread_start(struct chfs_mount *chmp)
sys/ufs/chfs/chfs_gc.c
132
chfs_gc_thread_stop(struct chfs_mount *chmp)
sys/ufs/chfs/chfs_gc.c
159
chfs_gc_thread_should_wake(struct chfs_mount *chmp)
sys/ufs/chfs/chfs_gc.c
209
chfs_gc_release_inode(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_gc.c
217
chfs_gc_fetch_inode(struct chfs_mount *chmp, ino_t vno,
sys/ufs/chfs/chfs_gc.c
261
chfs_check(struct chfs_mount *chmp, struct chfs_vnode_cache *chvc)
sys/ufs/chfs/chfs_gc.c
302
chfs_clear_inode(struct chfs_mount *chmp, struct chfs_inode *ip)
sys/ufs/chfs/chfs_gc.c
346
find_gc_block(struct chfs_mount *chmp)
sys/ufs/chfs/chfs_gc.c
38
void chfs_gc_release_inode(struct chfs_mount *,
sys/ufs/chfs/chfs_gc.c
40
struct chfs_inode *chfs_gc_fetch_inode(struct chfs_mount *,
sys/ufs/chfs/chfs_gc.c
42
int chfs_check(struct chfs_mount *, struct chfs_vnode_cache *);
sys/ufs/chfs/chfs_gc.c
421
chfs_gcollect_pass(struct chfs_mount *chmp)
sys/ufs/chfs/chfs_gc.c
43
void chfs_clear_inode(struct chfs_mount *, struct chfs_inode *);
sys/ufs/chfs/chfs_gc.c
46
struct chfs_eraseblock *find_gc_block(struct chfs_mount *);
sys/ufs/chfs/chfs_gc.c
47
int chfs_gcollect_pristine(struct chfs_mount *,
sys/ufs/chfs/chfs_gc.c
50
int chfs_gcollect_live(struct chfs_mount *,
sys/ufs/chfs/chfs_gc.c
53
int chfs_gcollect_vnode(struct chfs_mount *, struct chfs_inode *);
sys/ufs/chfs/chfs_gc.c
54
int chfs_gcollect_dirent(struct chfs_mount *,
sys/ufs/chfs/chfs_gc.c
57
int chfs_gcollect_deletion_dirent(struct chfs_mount *,
sys/ufs/chfs/chfs_gc.c
60
int chfs_gcollect_dnode(struct chfs_mount *,
sys/ufs/chfs/chfs_gc.c
69
chfs_gc_trigger(struct chfs_mount *chmp)
sys/ufs/chfs/chfs_gc.c
699
chfs_gcollect_pristine(struct chfs_mount *chmp, struct chfs_eraseblock *cheb,
sys/ufs/chfs/chfs_gc.c
84
struct chfs_mount *chmp = data;
sys/ufs/chfs/chfs_gc.c
847
chfs_gcollect_live(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_gc.c
938
chfs_gcollect_vnode(struct chfs_mount *chmp, struct chfs_inode *ip)
sys/ufs/chfs/chfs_gc.c
952
chfs_gcollect_dirent(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_gc.c
987
chfs_gcollect_deletion_dirent(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_inode.h
81
struct chfs_mount *chmp; /* chfs mount point - TODO we should remove it */
sys/ufs/chfs/chfs_nodeops.c
120
chfs_remove_node_from_list(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_nodeops.c
157
chfs_remove_and_obsolete(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_nodeops.c
173
chfs_add_fd_to_inode(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_nodeops.c
217
chfs_add_vnode_ref_to_vc(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_nodeops.c
255
chfs_nref_len(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_nodeops.c
277
chfs_mark_node_obsolete(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_nodeops.c
421
chfs_close_eraseblock(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_nodeops.c
44
chfs_update_eb_dirty(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_nodeops.c
458
chfs_reserve_space_normal(struct chfs_mount *chmp, uint32_t size, int prio)
sys/ufs/chfs/chfs_nodeops.c
512
chfs_reserve_space_gc(struct chfs_mount *chmp, uint32_t size)
sys/ufs/chfs/chfs_nodeops.c
537
chfs_reserve_space(struct chfs_mount *chmp, uint32_t size)
sys/ufs/chfs/chfs_nodeops.c
71
chfs_add_node_to_list(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_pool.c
115
struct chfs_mount *chmp;
sys/ufs/chfs/chfs_pool.c
128
chfs_str_pool_init(struct chfs_str_pool *chsp, struct chfs_mount *chmp)
sys/ufs/chfs/chfs_pool.c
61
struct chfs_mount *chmp)
sys/ufs/chfs/chfs_pool.c
88
struct chfs_mount *chmp;
sys/ufs/chfs/chfs_pool.h
41
struct chfs_mount * chp_mount;
sys/ufs/chfs/chfs_pool.h
65
const char *what, struct chfs_mount *chmp);
sys/ufs/chfs/chfs_pool.h
77
void chfs_str_pool_init(struct chfs_str_pool *, struct chfs_mount *);
sys/ufs/chfs/chfs_readinode.c
1030
chfs_read_inode_internal(struct chfs_mount *chmp, struct chfs_inode *ip)
sys/ufs/chfs/chfs_readinode.c
1099
chfs_read_data(struct chfs_mount* chmp, struct vnode *vp,
sys/ufs/chfs/chfs_readinode.c
141
chfs_check_td_data(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_readinode.c
200
chfs_check_td_node(struct chfs_mount *chmp, struct chfs_tmp_dnode *td)
sys/ufs/chfs/chfs_readinode.c
282
chfs_kill_td(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_readinode.c
299
chfs_kill_tdi(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_readinode.c
319
chfs_add_tmp_dnode_to_tree(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_readinode.c
41
int chfs_check_td_data(struct chfs_mount *,
sys/ufs/chfs/chfs_readinode.c
43
int chfs_check_td_node(struct chfs_mount *,
sys/ufs/chfs/chfs_readinode.c
46
int chfs_add_tmp_dnode_to_tree(struct chfs_mount *,
sys/ufs/chfs/chfs_readinode.c
518
chfs_add_frag_to_fragtree(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_readinode.c
53
static void chfs_kill_td(struct chfs_mount *,
sys/ufs/chfs/chfs_readinode.c
55
static void chfs_kill_tdi(struct chfs_mount *,
sys/ufs/chfs/chfs_readinode.c
611
chfs_remove_frags_of_node(struct chfs_mount *chmp, struct rb_tree *fragtree,
sys/ufs/chfs/chfs_readinode.c
63
int chfs_add_frag_to_fragtree(struct chfs_mount *,
sys/ufs/chfs/chfs_readinode.c
638
chfs_kill_fragtree(struct chfs_mount *chmp, struct rb_tree *fragtree)
sys/ufs/chfs/chfs_readinode.c
655
chfs_truncate_fragtree(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_readinode.c
66
void chfs_obsolete_node_frag(struct chfs_mount *,
sys/ufs/chfs/chfs_readinode.c
69
int chfs_get_data_nodes(struct chfs_mount *,
sys/ufs/chfs/chfs_readinode.c
707
chfs_obsolete_node_frag(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_readinode.c
72
int chfs_build_fragtree(struct chfs_mount *,
sys/ufs/chfs/chfs_readinode.c
738
chfs_add_full_dnode_to_inode(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_readinode.c
784
chfs_get_data_nodes(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_readinode.c
884
chfs_build_fragtree(struct chfs_mount *chmp, struct chfs_inode *ip,
sys/ufs/chfs/chfs_readinode.c
988
int chfs_read_inode(struct chfs_mount *chmp, struct chfs_inode *ip)
sys/ufs/chfs/chfs_scan.c
102
chfs_scan_check_vnode(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_scan.c
179
chfs_scan_mark_dirent_obsolete(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_scan.c
210
chfs_add_fd_to_list(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_scan.c
278
chfs_scan_check_dirent_node(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_scan.c
351
chfs_scan_check_data_node(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_scan.c
406
chfs_scan_classify_cheb(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_scan.c
41
chfs_scan_make_vnode_cache(struct chfs_mount *chmp, ino_t vno)
sys/ufs/chfs/chfs_scan.c
428
chfs_scan_eraseblock(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_subr.c
197
struct chfs_mount *chmp;
sys/ufs/chfs/chfs_vfsops.c
120
struct chfs_mount *chmp;
sys/ufs/chfs/chfs_vfsops.c
215
struct chfs_mount* chmp;
sys/ufs/chfs/chfs_vfsops.c
250
ump->um_chfs = kmem_zalloc(sizeof(struct chfs_mount), KM_SLEEP);
sys/ufs/chfs/chfs_vfsops.c
377
kmem_free(chmp, sizeof(struct chfs_mount));
sys/ufs/chfs/chfs_vfsops.c
392
struct chfs_mount *chmp;
sys/ufs/chfs/chfs_vfsops.c
471
struct chfs_mount *chmp;
sys/ufs/chfs/chfs_vfsops.c
68
static int chfs_mount(struct mount *, const char *, void *, size_t *);
sys/ufs/chfs/chfs_vfsops.c
706
struct chfs_mount *chmp;
sys/ufs/chfs/chfs_vfsops.c
803
.vfs_mount = chfs_mount,
sys/ufs/chfs/chfs_vnode.c
144
struct chfs_mount *chmp = ump->um_chfs;
sys/ufs/chfs/chfs_vnode.c
199
struct chfs_mount* chmp = ump->um_chfs;
sys/ufs/chfs/chfs_vnode.c
339
chfs_change_size_free(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_vnode.c
357
chfs_change_size_dirty(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_vnode.c
375
chfs_change_size_unchecked(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_vnode.c
393
chfs_change_size_used(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_vnode.c
411
chfs_change_size_wasted(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_vnode.c
55
chfs_vnode_lookup(struct chfs_mount *chmp, ino_t vno)
sys/ufs/chfs/chfs_vnode.c
72
struct chfs_mount *chmp = ump->um_chfs;
sys/ufs/chfs/chfs_vnode_cache.c
100
chfs_vnode_cache_remove(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_vnode_cache.c
53
chfs_vnode_cache_get(struct chfs_mount *chmp, ino_t vno)
sys/ufs/chfs/chfs_vnode_cache.c
78
chfs_vnode_cache_add(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_vnops.c
1268
struct chfs_mount *chmp;
sys/ufs/chfs/chfs_vnops.c
1350
struct chfs_mount *chmp;
sys/ufs/chfs/chfs_vnops.c
1502
struct chfs_mount *chmp = ip->chmp;
sys/ufs/chfs/chfs_vnops.c
1562
struct chfs_mount *chmp = ip->chmp;
sys/ufs/chfs/chfs_vnops.c
225
struct chfs_mount *chmp;
sys/ufs/chfs/chfs_vnops.c
460
struct chfs_mount *chmp = ump->um_chfs;
sys/ufs/chfs/chfs_vnops.c
62
struct chfs_mount* chmp;
sys/ufs/chfs/chfs_vnops.c
626
struct chfs_mount *chmp;
sys/ufs/chfs/chfs_vnops.c
769
struct chfs_mount *chmp;
sys/ufs/chfs/chfs_wbuf.c
120
chfs_fill_wbuf(struct chfs_mount *chmp, const u_char *buf, size_t len)
sys/ufs/chfs/chfs_wbuf.c
143
chfs_write_wbuf(struct chfs_mount* chmp, const struct iovec *invecs, long count,
sys/ufs/chfs/chfs_wbuf.c
247
int chfs_flush_pending_wbuf(struct chfs_mount *chmp)
sys/ufs/chfs/chfs_wbuf.c
59
chfs_flush_wbuf(struct chfs_mount *chmp, int pad)
sys/ufs/chfs/chfs_write.c
157
chfs_write_flash_dirent(struct chfs_mount *chmp, struct chfs_inode *pdir,
sys/ufs/chfs/chfs_write.c
278
chfs_write_flash_dnode(struct chfs_mount *chmp, struct vnode *vp,
sys/ufs/chfs/chfs_write.c
420
struct chfs_mount *chmp = ump->um_chfs;
sys/ufs/chfs/chfs_write.c
45
chfs_write_flash_vnode(struct chfs_mount *chmp,
sys/ufs/chfs/chfs_write.c
473
struct chfs_mount *chmp = ump->um_chfs;
sys/ufs/ufs/ufsmount.h
85
struct chfs_mount *chfs; /* CHFS */