Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c239 static uint64_t (*_zfs_prop_get_int)(zfs_handle_t *, zfs_prop_t); variable
260 _zfs_prop_get_int = (uint64_t (*)()) in load_libzfs()
266 assert(_zfs_prop_get_int != NULL); in load_libzfs()
1223 quota = _zfs_prop_get_int(zhp, ZFS_PROP_REFQUOTA); in adjust_total_blocks()
1229 this_quota = _zfs_prop_get_int(zhp, ZFS_PROP_QUOTA); in adjust_total_blocks()
1237 size = _zfs_prop_get_int(zhp, ZFS_PROP_USED) + in adjust_total_blocks()
1238 _zfs_prop_get_int(zhp, ZFS_PROP_AVAILABLE); in adjust_total_blocks()