Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_pool.c1163 nvlist_t *zc_fsprops = NULL; in zpool_create() local
1194 if ((zc_fsprops = zfs_valid_proplist(hdl, ZFS_TYPE_FILESYSTEM, in zpool_create()
1199 if (nvlist_exists(zc_fsprops, in zpool_create()
1214 ZPOOL_ROOTFS_PROPS, zc_fsprops) != 0) { in zpool_create()
1228 nvlist_free(zc_fsprops); in zpool_create()
1293 nvlist_free(zc_fsprops); in zpool_create()