Home
last modified time | relevance | path

Searched refs:zhp_mountpoint (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1161 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
[all …]
H A Dbe_create.c3031 char *zhp_mountpoint = NULL; in be_prep_clone_send_fs() local
3092 zhp_mountpoint = mountpoint; in be_prep_clone_send_fs()
3103 zhp_mountpoint = mountpoint + in be_prep_clone_send_fs()
3113 zhp_mountpoint) != 0) { in be_prep_clone_send_fs()