Searched defs:zfs_prop_get_int (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1122 version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); 1382 uint64_t volsize = zfs_prop_get_int(zhp, 1384 uint64_t blocksize = zfs_prop_get_int(zhp, 1471 old_volsize = zfs_prop_get_int(zhp, ZFS_PROP_VOLSIZE); 1474 old_reservation = zfs_prop_get_int(zhp, resv_prop); 1478 zfs_prop_get_int(zhp, ZFS_PROP_VOLBLOCKSIZE)); 1651 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), zhp, zhp->zpool_hdl, 1743 uint64_t old_volsize = zfs_prop_get_int(zhp, 1850 zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) { 1959 * zfs_prop_get_int() ar 2654 zfs_prop_get_int(zfs_handle_t *zhp, zfs_prop_t prop) function [all...] |
Completed in 76 milliseconds