Lines Matching refs:gfs_mountp
261 if (barg->gb_root.gr_fs[GRBM_ZFS_TOPFS].gfs_mountp[0] == 0) {
269 barg->gb_root.gr_fs[GRBM_ZFS_TOPFS].gfs_mountp,
329 barg->gb_root.gr_fs[GRBM_UFS].gfs_mountp, barg->gb_bootsign);
495 (void) strlcpy(root->gr_fs[GRBM_UFS].gfs_mountp, mp.mnt_mountp,
496 sizeof (root->gr_fs[GRBM_UFS].gfs_mountp));
530 fsd->gfs_mountp[0] = 0;
539 (void) strlcpy(fsd->gfs_mountp, mp.mnt_mountp,
540 sizeof (fsd->gfs_mountp));
567 fsd->gfs_mountp[0] = 0;
581 (void) snprintf(fsd->gfs_mountp, sizeof (fsd->gfs_mountp),
583 if (mkdtemp(fsd->gfs_mountp) != NULL) {
584 if ((rc = mount(fsd->gfs_dev, fsd->gfs_mountp,
591 (void) rmdir(fsd->gfs_mountp);
598 fsd->gfs_mountp[0] = 0;
620 if (fsd->gfs_mountp[0] != 0) {
621 (void) umount2(fsd->gfs_mountp, 0);
622 (void) rmdir(fsd->gfs_mountp);
623 fsd->gfs_mountp[0] = 0;