Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c87 dst.dst_space = blocks_modified << DST_AVG_BLKSHIFT; in dsl_sync_task()
128 dst->dst_space = blocks_modified << DST_AVG_BLKSHIFT; in dsl_sync_task_nowait()
168 if (dst->dst_space > 0 && used + dst->dst_space * 3 > quota) { in dsl_sync_task_sync()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h74 int dst_space; member