Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_zones.c375 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_zone_get_parent_uuid()
621 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_zone_get_active()
H A Dbe_list.c1112 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_get_node_data()
1240 if ((userprops = zfs_get_user_props(zfshp)) == NULL) { in be_get_ds_data()
1318 if ((userprops = zfs_get_user_props(zfshp)) != NULL && in be_get_ss_data()
H A Dbe_create.c1475 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_get_uuid()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_iter.c305 luser = zfs_get_user_props(l); in zfs_sort()
306 ruser = zfs_get_user_props(r); in zfs_sort()
H A Dzfs_main.c1666 nvlist_t *user_props = zfs_get_user_props(zhp); in get_callback()
3232 nvlist_t *userprops = zfs_get_user_props(zhp); in print_dataset()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers105 zfs_get_user_props;
H A Dlibzfs.h501 extern nvlist_t *zfs_get_user_props(zfs_handle_t *);
H A Dlibzfs_dataset.c4566 zfs_get_user_props(zfs_handle_t *zhp) in zfs_get_user_props() function
4608 userprops = zfs_get_user_props(zhp); in zfs_expand_proplist()
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c1343 uprops = zfs_get_user_props(zhp); in zfs_get_prop_counts()
1421 uprops = zfs_get_user_props(mhd.ml_handle); in ndmp_include_zfs()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c858 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in ndmpd_get_dumptime()
H A Dndmpd_zfs.c2054 userprop = zfs_get_user_props(zhp); in ndmpd_zfs_snapshot_prop_get()