Lines Matching refs:chfs_mount
38 void chfs_gc_release_inode(struct chfs_mount *,
40 struct chfs_inode *chfs_gc_fetch_inode(struct chfs_mount *,
42 int chfs_check(struct chfs_mount *, struct chfs_vnode_cache *);
43 void chfs_clear_inode(struct chfs_mount *, struct chfs_inode *);
46 struct chfs_eraseblock *find_gc_block(struct chfs_mount *);
47 int chfs_gcollect_pristine(struct chfs_mount *,
50 int chfs_gcollect_live(struct chfs_mount *,
53 int chfs_gcollect_vnode(struct chfs_mount *, struct chfs_inode *);
54 int chfs_gcollect_dirent(struct chfs_mount *,
57 int chfs_gcollect_deletion_dirent(struct chfs_mount *,
60 int chfs_gcollect_dnode(struct chfs_mount *,
69 chfs_gc_trigger(struct chfs_mount *chmp)
84 struct chfs_mount *chmp = data;
118 chfs_gc_thread_start(struct chfs_mount *chmp)
132 chfs_gc_thread_stop(struct chfs_mount *chmp)
159 chfs_gc_thread_should_wake(struct chfs_mount *chmp)
209 chfs_gc_release_inode(struct chfs_mount *chmp,
217 chfs_gc_fetch_inode(struct chfs_mount *chmp, ino_t vno,
261 chfs_check(struct chfs_mount *chmp, struct chfs_vnode_cache *chvc)
302 chfs_clear_inode(struct chfs_mount *chmp, struct chfs_inode *ip)
346 find_gc_block(struct chfs_mount *chmp)
421 chfs_gcollect_pass(struct chfs_mount *chmp)
699 chfs_gcollect_pristine(struct chfs_mount *chmp, struct chfs_eraseblock *cheb,
847 chfs_gcollect_live(struct chfs_mount *chmp,
938 chfs_gcollect_vnode(struct chfs_mount *chmp, struct chfs_inode *ip)
952 chfs_gcollect_dirent(struct chfs_mount *chmp,
987 chfs_gcollect_deletion_dirent(struct chfs_mount *chmp,
1075 chfs_gcollect_dnode(struct chfs_mount *chmp,