Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c65 dst.dst_space_check = space_check; in dsl_sync_task_common()
181 dst->dst_space_check = space_check; in dsl_sync_task_nowait_common()
232 if (dst->dst_space_check != ZFS_SPACE_CHECK_NONE) { in dsl_sync_task_sync()
234 dst->dst_space_check); in dsl_sync_task_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h103 zfs_space_check_t dst_space_check; member