Lines Matching defs:chfs_mount
68 static int chfs_mount(struct mount *, const char *, void *, size_t *);
111 chfs_mount(struct mount *mp,
120 struct chfs_mount *chmp;
215 struct chfs_mount* chmp;
250 ump->um_chfs = kmem_zalloc(sizeof(struct chfs_mount), KM_SLEEP);
377 kmem_free(chmp, sizeof(struct chfs_mount));
392 struct chfs_mount *chmp;
471 struct chfs_mount *chmp;
706 struct chfs_mount *chmp;
803 .vfs_mount = chfs_mount,