Searched defs:_zfs_prop_get_int (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c233 static uint64_t (*_zfs_prop_get_int)(zfs_handle_t *, zfs_prop_t); variable
254 _zfs_prop_get_int = (uint64_t (*)())
260 assert(_zfs_prop_get_int != NULL);
1278 quota = _zfs_prop_get_int(zhp, ZFS_PROP_REFQUOTA);
1284 this_quota = _zfs_prop_get_int(zhp, ZFS_PROP_QUOTA);
1292 size = _zfs_prop_get_int(zhp, ZFS_PROP_USED) +
1293 _zfs_prop_get_int(zhp, ZFS_PROP_AVAILABLE);

Completed in 49 milliseconds