Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/module/zfs/
HDdsl_synctask.c46 int blocks_modified, zfs_space_check_t space_check, boolean_t early) in dsl_sync_task_common() argument
66 dst.dst_space_check = space_check; in dsl_sync_task_common()
138 int blocks_modified, zfs_space_check_t space_check) in dsl_sync_task() argument
141 blocks_modified, space_check, B_FALSE)); in dsl_sync_task()
160 int blocks_modified, zfs_space_check_t space_check) in dsl_early_sync_task() argument
163 blocks_modified, space_check, B_TRUE)); in dsl_early_sync_task()
173 int blocks_modified, zfs_space_check_t space_check) in dsl_sync_task_sig() argument
176 blocks_modified, space_check, B_FALSE)); in dsl_sync_task_sig()
HDzcp_synctask.c54 zfs_space_check_t space_check; member
129 .space_check = ZFS_SPACE_CHECK_DESTROY,
181 .space_check = ZFS_SPACE_CHECK_RESERVED,
211 .space_check = ZFS_SPACE_CHECK_RESERVED,
250 .space_check = ZFS_SPACE_CHECK_NORMAL,
314 .space_check = ZFS_SPACE_CHECK_RESERVED,
345 .space_check = ZFS_SPACE_CHECK_RESERVED,
431 .space_check = ZFS_SPACE_CHECK_NORMAL,
466 .space_check = ZFS_SPACE_CHECK_RESERVED,
528 if (info->space_check != ZFS_SPACE_CHECK_NONE) { in zcp_synctask_wrapper()
[all …]