Searched refs:_zfs_prop_get_int (Results 1 – 1 of 1) sorted by relevance
233 static uint64_t (*_zfs_prop_get_int)(zfs_handle_t *, zfs_prop_t); variable254 _zfs_prop_get_int = (uint64_t (*)()) in load_libzfs()260 assert(_zfs_prop_get_int != NULL); in load_libzfs()1278 quota = _zfs_prop_get_int(zhp, ZFS_PROP_REFQUOTA); in adjust_total_blocks()1284 this_quota = _zfs_prop_get_int(zhp, ZFS_PROP_QUOTA); in adjust_total_blocks()1292 size = _zfs_prop_get_int(zhp, ZFS_PROP_USED) + in adjust_total_blocks()1293 _zfs_prop_get_int(zhp, ZFS_PROP_AVAILABLE); in adjust_total_blocks()