Lines Matching refs:orig_mntpnt
1005 char **orig_mntpnt, in be_mount_pool() argument
1013 *orig_mntpnt = NULL; in be_mount_pool()
1026 if ((*orig_mntpnt = strdup(mountpoint)) == NULL) { in be_mount_pool()
1038 free(*orig_mntpnt); in be_mount_pool()
1039 *orig_mntpnt = NULL; in be_mount_pool()
1049 *orig_mntpnt, in be_mount_pool()
1052 free(*orig_mntpnt); in be_mount_pool()
1053 *orig_mntpnt = NULL; in be_mount_pool()
1074 free(*orig_mntpnt); in be_mount_pool()
1075 *orig_mntpnt = NULL; in be_mount_pool()
1109 char *orig_mntpnt) in be_unmount_pool() argument
1117 if (orig_mntpnt != NULL) { in be_unmount_pool()
1119 strcmp(orig_mntpnt, tmp_mntpnt) != 0) { in be_unmount_pool()
1124 orig_mntpnt) != 0) { in be_unmount_pool()
1127 "%s: %s\n"), zfs_get_name(zhp), orig_mntpnt, in be_unmount_pool()