Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1193 nvlist_t *zc_fsprops = NULL; in zpool_create() local
1227 if ((zc_fsprops = zfs_valid_proplist(hdl, ZFS_TYPE_FILESYSTEM, in zpool_create()
1232 if (nvlist_exists(zc_fsprops, in zpool_create()
1246 if (zfs_crypto_create(hdl, NULL, zc_fsprops, props, B_TRUE, in zpool_create()
1252 ZPOOL_ROOTFS_PROPS, zc_fsprops) != 0) { in zpool_create()
1278 nvlist_free(zc_fsprops); in zpool_create()
1342 nvlist_free(zc_fsprops); in zpool_create()