Searched refs:zfs_valid_proplist (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_dataset.c | 1031 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, in zfs_valid_proplist() function 1788 if ((nvl = zfs_valid_proplist(hdl, zhp->zfs_type, props, in zfs_prop_set_list_flags() 3762 if (props && (props = zfs_valid_proplist(hdl, type, props, in zfs_create() 4068 if ((props = zfs_valid_proplist(hdl, type, props, zoned, in zfs_clone() 4245 (props = zfs_valid_proplist(hdl, ZFS_TYPE_SNAPSHOT, in zfs_snapshot_nvl()
|
H A D | libzfs_crypto.c | 1570 new_props = zfs_valid_proplist(zhp->zfs_hdl, zhp->zfs_type, props, in zfs_crypto_verify_rewrap_nvlist()
|
H A D | libzfs_sendrecv.c | 4370 if ((voprops = zfs_valid_proplist(hdl, ZFS_TYPE_DATASET, in zfs_setup_cmdline_props()
|
H A D | libzfs_pool.c | 1523 if ((zc_fsprops = zfs_valid_proplist(hdl, ZFS_TYPE_FILESYSTEM, in zpool_create()
|
H A D | libzfs.abi | 465 …<elf-symbol name='zfs_valid_proplist' type='func-type' binding='global-binding' visibility='defaul… 3737 …ame='zfs_valid_proplist' mangled-name='zfs_valid_proplist' visibility='default' binding='global' s…
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 559 _LIBZFS_H nvlist_t *zfs_valid_proplist(libzfs_handle_t *, zfs_type_t,
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 1186 if (props && (real_props = zfs_valid_proplist(g_zfs, type, in zfs_do_create()
|