Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c1190 zfs_handle_t *zfshp, in be_get_ds_data() argument
1201 if (zfshp == NULL || name == NULL || dataset == NULL || node == NULL) { in be_get_ds_data()
1216 dataset->be_ds_space_used = zfs_prop_get_int(zfshp, ZFS_PROP_USED); in be_get_ds_data()
1224 if (!(dataset->be_ds_mounted = zfs_is_mounted(zfshp, in be_get_ds_data()
1226 if (zfs_prop_get(zfshp, ZFS_PROP_MOUNTPOINT, in be_get_ds_data()
1234 (time_t)zfs_prop_get_int(zfshp, ZFS_PROP_CREATION); in be_get_ds_data()
1240 if ((userprops = zfs_get_user_props(zfshp)) == NULL) { in be_get_ds_data()
1286 zfs_handle_t *zfshp, in be_get_ss_data() argument
1310 snapshot->be_snapshot_creation = (time_t)zfs_prop_get_int(zfshp, in be_get_ss_data()
1318 if ((userprops = zfs_get_user_props(zfshp)) != NULL && in be_get_ss_data()
[all …]