Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbe/common/
H A Dbe_mount.c1151 char zhp_mountpoint[MAXPATHLEN]; in be_mount_callback() local
1156 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, zhp_mountpoint, in be_mount_callback()
1157 sizeof (zhp_mountpoint), &sourcetype, source, sizeof (source), in be_mount_callback()
1186 if (strcmp(zhp_mountpoint, ZFS_MOUNTPOINT_NONE) == 0) { in be_mount_callback()
1188 } else if (strcmp(zhp_mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0) { in be_mount_callback()
1220 (void) strlcpy(mountpoint, zhp_mountpoint, sizeof (mountpoint)); in be_mount_callback()
1226 "%s%s", altroot, zhp_mountpoint); in be_mount_callback()
1256 strcmp(zhp_mountpoint, ZFS_MOUNTPOINT_LEGACY) != 0) { in be_mount_callback()
1259 zhp_mountpoint); in be_mount_callback()
1301 char *zhp_mountpoint; in be_unmount_callback() local
[all …]
H A Dbe_create.c2941 char *zhp_mountpoint = NULL; in be_prep_clone_send_fs() local
3002 zhp_mountpoint = mountpoint; in be_prep_clone_send_fs()
3013 zhp_mountpoint = mountpoint + in be_prep_clone_send_fs()
3023 zhp_mountpoint) != 0) { in be_prep_clone_send_fs()