Lines Matching refs:zhp_mountpoint

1161 	char		zhp_mountpoint[MAXPATHLEN];  in be_mount_callback()  local
1166 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, zhp_mountpoint, in be_mount_callback()
1167 sizeof (zhp_mountpoint), &sourcetype, source, sizeof (source), in be_mount_callback()
1195 if (strcmp(zhp_mountpoint, ZFS_MOUNTPOINT_NONE) == 0) { in be_mount_callback()
1197 } else if (strcmp(zhp_mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0) { in be_mount_callback()
1279 char *zhp_mountpoint; in be_unmount_callback() local
1342 zhp_mountpoint = mountpoint + in be_unmount_callback()
1348 zhp_mountpoint)) { in be_unmount_callback()
1353 zhp_mountpoint, in be_unmount_callback()
1406 char zhp_mountpoint[MAXPATHLEN]; in be_get_legacy_fs_callback() local
1411 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, zhp_mountpoint, in be_get_legacy_fs_callback()
1412 sizeof (zhp_mountpoint), NULL, NULL, 0, B_FALSE) != 0) { in be_get_legacy_fs_callback()
1426 if (strcmp(zhp_mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0) { in be_get_legacy_fs_callback()
1626 char zhp_mountpoint[MAXPATHLEN]; in loopback_mount_shared_fs() local
1645 zhp_mountpoint, sizeof (zhp_mountpoint), NULL, in loopback_mount_shared_fs()
1653 (void) strlcpy(zhp_mountpoint, mp, in loopback_mount_shared_fs()
1654 sizeof (zhp_mountpoint)); in loopback_mount_shared_fs()
1659 md->altroot, zhp_mountpoint); in loopback_mount_shared_fs()
1670 if (mount(zhp_mountpoint, mountpoint, mflag, MNTTYPE_LOFS, in loopback_mount_shared_fs()
1675 zhp_mountpoint, mountpoint, strerror(err)); in loopback_mount_shared_fs()
2012 char *zhp_mountpoint = NULL; in fix_mountpoint_callback() local
2046 zhp_mountpoint = mountpoint + strlen(altroot); in fix_mountpoint_callback()
2051 zhp_mountpoint)) { in fix_mountpoint_callback()
2055 zhp_mountpoint, in fix_mountpoint_callback()