Searched refs:zfshp (Results 1 – 1 of 1) sorted by relevance
1181 zfs_handle_t *zfshp, in be_get_ds_data() argument1192 if (zfshp == NULL || name == NULL || dataset == NULL || node == NULL) { in be_get_ds_data()1207 dataset->be_ds_space_used = zfs_prop_get_int(zfshp, ZFS_PROP_USED); in be_get_ds_data()1215 if (!(dataset->be_ds_mounted = zfs_is_mounted(zfshp, in be_get_ds_data()1217 if (zfs_prop_get(zfshp, ZFS_PROP_MOUNTPOINT, in be_get_ds_data()1225 (time_t)zfs_prop_get_int(zfshp, ZFS_PROP_CREATION); in be_get_ds_data()1231 if ((userprops = zfs_get_user_props(zfshp)) == NULL) { in be_get_ds_data()1277 zfs_handle_t *zfshp, in be_get_ss_data() argument1287 if (zfshp == NULL || name == NULL || snapshot == NULL || node == NULL) { in be_get_ss_data()1301 snapshot->be_snapshot_creation = (time_t)zfs_prop_get_int(zfshp, in be_get_ss_data()[all …]