Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c64 dst.dst_space = blocks_modified << DST_AVG_BLKSHIFT; in dsl_sync_task_common()
180 dst->dst_space = blocks_modified << DST_AVG_BLKSHIFT; in dsl_sync_task_nowait_common()
238 if (used + dst->dst_space * 3 > quota) { in dsl_sync_task_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h102 int dst_space; member