Searched refs:space_check (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_synctask.c | 45 int blocks_modified, zfs_space_check_t space_check, boolean_t early) in dsl_sync_task_common() argument 65 dst.dst_space_check = space_check; in dsl_sync_task_common() 130 int blocks_modified, zfs_space_check_t space_check) in dsl_sync_task() argument 133 blocks_modified, space_check, B_FALSE)); in dsl_sync_task() 152 int blocks_modified, zfs_space_check_t space_check) in dsl_early_sync_task() argument 155 blocks_modified, space_check, B_TRUE)); in dsl_early_sync_task() 165 int blocks_modified, zfs_space_check_t space_check) in dsl_sync_task_sig() argument 168 blocks_modified, space_check, B_FALSE)); in dsl_sync_task_sig()
|
| H A D | zcp_synctask.c | 53 zfs_space_check_t space_check; member 122 .space_check = ZFS_SPACE_CHECK_DESTROY, 174 .space_check = ZFS_SPACE_CHECK_RESERVED, 205 .space_check = ZFS_SPACE_CHECK_RESERVED, 244 .space_check = ZFS_SPACE_CHECK_NORMAL, 304 .space_check = ZFS_SPACE_CHECK_RESERVED, 389 .space_check = ZFS_SPACE_CHECK_NORMAL, 424 .space_check = ZFS_SPACE_CHECK_RESERVED, 486 if (info->space_check != ZFS_SPACE_CHECK_NONE) { in zcp_synctask_wrapper() 488 info->space_check); in zcp_synctask_wrapper()
|