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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c1989 * Adjust available bytes according to refquota
2269 * the refquota.
2896 * "slack" factor for received datasets with refquota set on them.
2943 * The clone can't be too much over the head's refquota.
2945 * To ensure that the entire refquota can be used, we allow one
2946 * transaction to exceed the the refquota. Therefore, this check
2948 * refquota. The maximum amount of space that one transaction can use
2951 * exceeds the refquota on the source system.
3293 uint64_t refquota)
3299 ddsqra.ddsqra_value = refquota;
3292 dsl_dataset_set_refquota(const char *dsname, zprop_source_t source, uint64_t refquota) argument
[all...]

Completed in 95 milliseconds