Lines Matching refs:tmp_mntpnt
1004 char **tmp_mntpnt, in be_mount_pool() argument
1012 *tmp_mntpnt = NULL; in be_mount_pool()
1034 if ((ret = be_make_tmp_mountpoint(tmp_mntpnt)) in be_mount_pool()
1045 *tmp_mntpnt) != 0) { in be_mount_pool()
1051 free(*tmp_mntpnt); in be_mount_pool()
1054 *tmp_mntpnt = NULL; in be_mount_pool()
1061 zfs_get_name(zhp), *tmp_mntpnt, in be_mount_pool()
1070 zfs_get_name(zhp), *tmp_mntpnt, in be_mount_pool()
1073 free(*tmp_mntpnt); in be_mount_pool()
1076 *tmp_mntpnt = NULL; in be_mount_pool()
1108 char *tmp_mntpnt, in be_unmount_pool() argument
1118 if (tmp_mntpnt != NULL && in be_unmount_pool()
1119 strcmp(orig_mntpnt, tmp_mntpnt) != 0) { in be_unmount_pool()
1120 (void) rmdir(tmp_mntpnt); in be_unmount_pool()