Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/
H A Dlibzfs_impl.h108 nvlist_t *zpool_props; member
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c95 if (zcmd_read_dst_nvlist(hdl, &zc, &zhp->zpool_props) != 0) { in zpool_get_all_props()
110 old_props = zhp->zpool_props; in zpool_props_refresh()
128 nvl = zhp->zpool_props; in zpool_get_prop_string()
152 if (zhp->zpool_props == NULL && zpool_get_all_props(zhp)) { in zpool_get_prop_int()
168 nvl = zhp->zpool_props; in zpool_get_prop_int()
310 if (zhp->zpool_props != NULL || in zpool_get_prop()
328 if (zhp->zpool_props == NULL && zpool_get_all_props(zhp) && in zpool_get_prop()
1165 nvlist_free(zhp->zpool_props); in zpool_close()
H A Dlibzfs.abi1501 <var-decl name='zpool_props' type-id='5ce45b60' visibility='default'/>
/freebsd-13.1/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc91 nvlist_t *zpool_props; member