Searched refs:_zfs_prop_get_int (Results 1 – 1 of 1) sorted by relevance
238 static uint64_t (*_zfs_prop_get_int)(zfs_handle_t *, zfs_prop_t); variable259 _zfs_prop_get_int = (uint64_t (*)()) in load_libzfs()265 assert(_zfs_prop_get_int != NULL); in load_libzfs()1214 quota = _zfs_prop_get_int(zhp, ZFS_PROP_REFQUOTA); in adjust_total_blocks()1220 this_quota = _zfs_prop_get_int(zhp, ZFS_PROP_QUOTA); in adjust_total_blocks()1228 size = _zfs_prop_get_int(zhp, ZFS_PROP_USED) + in adjust_total_blocks()1229 _zfs_prop_get_int(zhp, ZFS_PROP_AVAILABLE); in adjust_total_blocks()