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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c1568 dmu_objset_space(objset_t *os, uint64_t *refdbytesp, uint64_t *availbytesp, argument
1571 dsl_dataset_space(os->os_dsl_dataset, refdbytesp, availbytesp,
H A Ddsl_dataset.c1979 uint64_t *refdbytesp, uint64_t *availbytesp,
1982 *refdbytesp = dsl_dataset_phys(ds)->ds_referenced_bytes;
1991 if (*refdbytesp < ds->ds_quota)
1993 ds->ds_quota - *refdbytesp);
1978 dsl_dataset_space(dsl_dataset_t *ds, uint64_t *refdbytesp, uint64_t *availbytesp, uint64_t *usedobjsp, uint64_t *availobjsp) argument

Completed in 71 milliseconds