Searched refs:zfs_props (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/beadm/ |
H A D | beadm.c | 762 nvlist_t *zfs_props = NULL; in be_do_create() local 789 if (zfs_props == NULL && be_nvl_alloc(&zfs_props) != 0) in be_do_create() 800 if (nvlist_lookup_string(zfs_props, propname, in be_do_create() 807 if (be_nvl_add_string(zfs_props, propname, propval) in be_do_create() 883 if (zfs_props != NULL && be_nvl_add_nvlist(be_attrs, in be_do_create() 884 BE_ATTR_ORIG_BE_NAME, zfs_props) != 0) in be_do_create() 991 nvlist_free(zfs_props); in be_do_create()
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_create.c | 109 nvlist_t *zfs_props = NULL; in be_init() local 222 BE_ATTR_ZFS_PROPERTIES, DATA_TYPE_NVLIST, &zfs_props, NULL) in be_init() 228 if (zfs_props != NULL) { in be_init() 230 if (!(zfs_props->nvl_nvflag & NV_UNIQUE_NAME) && in be_init() 231 !(zfs_props->nvl_nvflag & NV_UNIQUE_NAME_TYPE)) { in be_init() 238 if (nvlist_dup(zfs_props, &bt.nbe_zfs_props, 0) != 0) { in be_init() 641 nvlist_t *zfs_props = NULL; in be_copy() local 760 BE_ATTR_ZFS_PROPERTIES, DATA_TYPE_NVLIST, &zfs_props, NULL) in be_copy() 766 if (zfs_props != NULL) { in be_copy() 768 if (!(zfs_props->nvl_nvflag & NV_UNIQUE_NAME) && in be_copy() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/ |
H A D | zfs_get_002_pos.ksh | 50 typeset zfs_props=("type" used available creation volsize referenced \
|
H A D | zfs_get_001_pos.ksh | 60 typeset zfs_props=("type" used available creation volsize referenced \
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 396 nvlist_free(zhp->zfs_props); in put_stats_zhdl() 399 zhp->zfs_props = allprops; in put_stats_zhdl() 545 if (zhp_orig->zfs_props != NULL) { in zfs_handle_dup() 546 if (nvlist_dup(zhp_orig->zfs_props, &zhp->zfs_props, 0) != 0) { in zfs_handle_dup() 623 if (nvlist_dup(bmark_props, &zhp->zfs_props, 0) != 0) { in make_bookmark_handle() 633 nvlist_free(zhp->zfs_props); in make_bookmark_handle() 768 nvlist_free(zhp->zfs_props); in zfs_close() 2101 if (nvlist_lookup_nvlist(zhp->zfs_props, in getprop_uint64() 2122 if (nvlist_lookup_nvlist(zhp->zfs_props, in getprop_string() 2139 return (zhp->zfs_props == zhp->zfs_recvd_props); in zfs_is_recvd_props_mode() [all …]
|
H A D | libzfs_impl.h | 106 nvlist_t *zfs_props; member
|
H A D | libzfs_sendrecv.c | 714 props = zhp->zfs_props; in send_iterate_prop() 4041 fnvlist_merge(origprops, zhp->zfs_props); in zfs_receive_one()
|