Searched refs:zfs_valid_proplist (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 176 zfs_valid_proplist;
|
H A D | libzfs.h | 424 extern nvlist_t *zfs_valid_proplist(libzfs_handle_t *, zfs_type_t,
|
H A D | libzfs_dataset.c | 953 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, in zfs_valid_proplist() function 1647 if ((nvl = zfs_valid_proplist(hdl, zhp->zfs_type, props, in zfs_prop_set_list() 3310 if (props && (props = zfs_valid_proplist(hdl, type, props, in zfs_create() 3577 if ((props = zfs_valid_proplist(hdl, type, props, zoned, in zfs_clone() 3733 (props = zfs_valid_proplist(hdl, ZFS_TYPE_SNAPSHOT, in zfs_snapshot_nvl()
|
H A D | libzfs_pool.c | 1095 if ((zc_fsprops = zfs_valid_proplist(hdl, ZFS_TYPE_FILESYSTEM, in zpool_create()
|
/titanic_50/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 878 if (props && (real_props = zfs_valid_proplist(g_zfs, type, in zfs_do_create()
|