HomeSort by: relevance | last modified time | path
    Searched defs:chfs_mount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_vfsops.c 68 static int chfs_mount(struct mount *, const char *, void *, size_t *);
111 chfs_mount(struct mount *mp, function in typeref:typename:int
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,
    [all...]
chfs.h 331 /* struct chfs_mount - CHFS main descriptor structure */
332 struct chfs_mount { struct
458 void chfs_calc_trigger_levels(struct chfs_mount *);
459 int chfs_build_filesystem(struct chfs_mount *);
460 void chfs_build_set_vnodecache_nlink(struct chfs_mount *,
462 void chfs_build_remove_unlinked_vnode(struct chfs_mount *,
466 int chfs_scan_eraseblock(struct chfs_mount *, struct chfs_eraseblock *);
467 struct chfs_vnode_cache *chfs_scan_make_vnode_cache(struct chfs_mount *,
470 int chfs_scan_check_vnode(struct chfs_mount *,
472 int chfs_scan_mark_dirent_obsolete(struct chfs_mount *,
    [all...]

Completed in 13 milliseconds