Searched refs:hsfs_fsmnt (Results 1 – 3 of 3) sorted by relevance
419 if (fsp->hsfs_fsmnt != NULL) in hsfs_unmount()420 kmem_free(fsp->hsfs_fsmnt, strlen(fsp->hsfs_fsmnt) + 1); in hsfs_unmount()727 fsp->hsfs_fsmnt = kmem_alloc(pathbufsz, KM_SLEEP); in hs_mountfs()728 (void) strlcpy(fsp->hsfs_fsmnt, path, pathbufsz); in hs_mountfs()960 ASSERT(pathsize == strlen(fsp->hsfs_fsmnt) + 1); in hs_getrootvp()975 kmem_free(fsp->hsfs_fsmnt, pathsize); in hs_getrootvp()
319 fsp->hsfs_fsmnt);400 char *mntpt = fsp->hsfs_fsmnt; in hsfs_setup_named_kstats()
268 char *hsfs_fsmnt; /* name mounted on */ member