Home
last modified time | relevance | path

Searched refs:ASSERT (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/linux-6.1.9/fs/xfs/
Dxfs_trans_buf.c43 ASSERT(blip->bli_buf->b_map_count == nmaps); in xfs_trans_buf_item_match()
68 ASSERT(bp->b_transp == NULL); in _xfs_trans_bjoin()
77 ASSERT(!(bip->bli_flags & XFS_BLI_STALE)); in _xfs_trans_bjoin()
78 ASSERT(!(bip->__bli_format.blf_flags & XFS_BLF_CANCEL)); in _xfs_trans_bjoin()
79 ASSERT(!(bip->bli_flags & XFS_BLI_LOGGED)); in _xfs_trans_bjoin()
140 ASSERT(xfs_buf_islocked(bp)); in xfs_trans_get_buf_map()
146 ASSERT(bp->b_transp == tp); in xfs_trans_get_buf_map()
148 ASSERT(bip != NULL); in xfs_trans_get_buf_map()
149 ASSERT(atomic_read(&bip->bli_refcount) > 0); in xfs_trans_get_buf_map()
160 ASSERT(!bp->b_error); in xfs_trans_get_buf_map()
[all …]
Dxfs_buf_item.c109 ASSERT(nbits > 0); in xfs_buf_item_size_segment()
199 ASSERT(atomic_read(&bip->bli_refcount) > 0); in xfs_buf_item_size()
207 ASSERT(bip->__bli_format.blf_flags & XFS_BLF_CANCEL); in xfs_buf_item_size()
215 ASSERT(bip->bli_flags & XFS_BLI_LOGGED); in xfs_buf_item_size()
312 ASSERT(blfp->blf_flags & XFS_BLF_CANCEL); in xfs_buf_item_format_segment()
321 ASSERT(first_bit >= 0); in xfs_buf_item_format_segment()
324 ASSERT(nbits > 0); in xfs_buf_item_format_segment()
351 ASSERT(bp->b_addr == NULL); in xfs_buf_item_format_segment()
407 ASSERT(atomic_read(&bip->bli_refcount) > 0); in xfs_buf_item_format()
408 ASSERT((bip->bli_flags & XFS_BLI_LOGGED) || in xfs_buf_item_format()
[all …]
Dxfs_qm.c159 ASSERT(atomic_read(&dqp->q_pincount) == 0); in xfs_qm_dqpurge()
160 ASSERT(xlog_is_shutdown(dqp->q_logitem.qli_item.li_log) || in xfs_qm_dqpurge()
173 ASSERT(!list_empty(&dqp->q_lru)); in xfs_qm_dqpurge()
221 ASSERT(mp->m_rootip); in xfs_qm_unmount_quotas()
257 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_qm_dqattach_one()
325 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_qm_dqattach_locked()
332 ASSERT(ip->i_udquot); in xfs_qm_dqattach_locked()
340 ASSERT(ip->i_gdquot); in xfs_qm_dqattach_locked()
348 ASSERT(ip->i_pdquot); in xfs_qm_dqattach_locked()
356 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_qm_dqattach_locked()
[all …]
Dxfs_dquot_item_recover.c43 ASSERT(type); in xlog_recover_dquot_ra_pass2()
48 ASSERT(dq_f); in xlog_recover_dquot_ra_pass2()
49 ASSERT(dq_f->qlf_len == 1); in xlog_recover_dquot_ra_pass2()
95 ASSERT(type); in xlog_recover_dquot_commit_pass2()
110 ASSERT(dq_f); in xlog_recover_dquot_commit_pass2()
117 ASSERT(dq_f->qlf_len == 1); in xlog_recover_dquot_commit_pass2()
132 ASSERT(bp); in xlog_recover_dquot_commit_pass2()
154 ASSERT(dq_f->qlf_size == 2); in xlog_recover_dquot_commit_pass2()
155 ASSERT(bp->b_mount == mp); in xlog_recover_dquot_commit_pass2()
181 ASSERT(qoff_f); in xlog_recover_quotaoff_commit_pass1()
Dxfs_trans_dquot.c33 ASSERT(XFS_DQ_IS_LOCKED(dqp)); in xfs_trans_dqjoin()
34 ASSERT(dqp->q_logitem.qli_dquot == dqp); in xfs_trans_dqjoin()
57 ASSERT(XFS_DQ_IS_LOCKED(dqp)); in xfs_trans_log_dquot()
193 ASSERT(tp); in xfs_trans_mod_dquot()
194 ASSERT(XFS_IS_QUOTA_ON(tp->t_mountp)); in xfs_trans_mod_dquot()
207 ASSERT(qtrx); in xfs_trans_mod_dquot()
238 ASSERT(qtrx->qt_ino_res >= qtrx->qt_ino_res_used); in xfs_trans_mod_dquot()
252 ASSERT(qtrx->qt_rtblk_res >= qtrx->qt_rtblk_res_used); in xfs_trans_mod_dquot()
262 ASSERT(0); in xfs_trans_mod_dquot()
280 ASSERT(q[0].qt_dquot != NULL); in xfs_trans_dqlockedjoin()
[all …]
Dxfs_inode.c145 ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) != in xfs_lock_flags_assert()
147 ASSERT((lock_flags & (XFS_MMAPLOCK_SHARED | XFS_MMAPLOCK_EXCL)) != in xfs_lock_flags_assert()
149 ASSERT((lock_flags & (XFS_ILOCK_SHARED | XFS_ILOCK_EXCL)) != in xfs_lock_flags_assert()
151 ASSERT((lock_flags & ~(XFS_LOCK_MASK | XFS_LOCK_SUBCLASS_MASK)) == 0); in xfs_lock_flags_assert()
152 ASSERT(lock_flags != 0); in xfs_lock_flags_assert()
322 ASSERT(lock_flags & (XFS_IOLOCK_EXCL|XFS_MMAPLOCK_EXCL|XFS_ILOCK_EXCL)); in xfs_ilock_demote()
323 ASSERT((lock_flags & in xfs_ilock_demote()
378 ASSERT(0); in xfs_isilocked()
413 ASSERT(!(lock_mode & (XFS_ILOCK_PARENT | XFS_ILOCK_RTBITMAP | in xfs_lock_inumorder()
415 ASSERT(xfs_lockdep_subclass_ok(subclass)); in xfs_lock_inumorder()
[all …]
/linux-6.1.9/tools/testing/selftests/sync/
Dsync_fence.c38 ASSERT(valid, "Failure allocating timeline\n"); in test_fence_one_timeline_wait()
42 ASSERT(valid, "Failure allocating fence\n"); in test_fence_one_timeline_wait()
46 ASSERT(ret == 0, "Failure waiting on fence until timeout\n"); in test_fence_one_timeline_wait()
50 ASSERT(ret == 0, "Failure advancing timeline\n"); in test_fence_one_timeline_wait()
54 ASSERT(ret == 0, "Failure waiting on fence until timeout\n"); in test_fence_one_timeline_wait()
58 ASSERT(ret == 0, "Failure signaling the fence\n"); in test_fence_one_timeline_wait()
62 ASSERT(ret > 0, "Failure waiting on fence\n"); in test_fence_one_timeline_wait()
66 ASSERT(ret == 0, "Failure going further\n"); in test_fence_one_timeline_wait()
68 ASSERT(ret > 0, "Failure waiting ahead\n"); in test_fence_one_timeline_wait()
89 ASSERT(valid, "Failure allocating fences\n"); in test_fence_one_timeline_merge()
[all …]
Dsync_stress_consumer.c46 ASSERT(error == 0, "Error occurred on fence\n"); in busy_wait_on_fence()
74 ASSERT(valid, "Failure creating fence\n"); in mpsc_producer_thread()
82 ASSERT(sync_wait(fence, -1) > 0, in mpsc_producer_thread()
85 ASSERT(busy_wait_on_fence(fence) == 0, in mpsc_producer_thread()
97 ASSERT(sw_sync_timeline_inc(producer_timelines[id], 1) == 0, in mpsc_producer_thread()
126 ASSERT(valid, "Failure merging fences\n"); in mpcs_consumer_thread()
133 ASSERT(sync_wait(fence, -1) > 0, in mpcs_consumer_thread()
136 ASSERT(busy_wait_on_fence(fence) == 0, in mpcs_consumer_thread()
140 ASSERT(test_data_mpsc.counter == n * it, in mpcs_consumer_thread()
144 ASSERT(sw_sync_timeline_inc(consumer_timeline, 1) == 0, in mpcs_consumer_thread()
Dsync_wait.c50 ASSERT(valid, "Failure merging fence from various timelines\n"); in test_fence_multi_timeline_wait()
54 ASSERT(active == 3, "Fence signaled too early!\n"); in test_fence_multi_timeline_wait()
57 ASSERT(ret == 0, in test_fence_multi_timeline_wait()
63 ASSERT(active == 2 && signaled == 1, in test_fence_multi_timeline_wait()
69 ASSERT(active == 1 && signaled == 2, in test_fence_multi_timeline_wait()
75 ASSERT(active == 0 && signaled == 3, in test_fence_multi_timeline_wait()
80 ASSERT(ret > 0, "Failure waiting on signaled fence\n"); in test_fence_multi_timeline_wait()
Dsync_stress_parallelism.c51 ASSERT(valid, "Failure allocating fence\n"); in test_stress_two_threads_shared_timeline_thread()
55 ASSERT(ret > 0, "Problem occurred on prior thread\n"); in test_stress_two_threads_shared_timeline_thread()
61 ASSERT(test_data_two_threads.counter == i * 2 + thread_id, in test_stress_two_threads_shared_timeline_thread()
67 ASSERT(ret == 0, "Advancing timeline failed\n"); in test_stress_two_threads_shared_timeline_thread()
82 ASSERT(valid, "Failure allocating timeline\n"); in test_stress_two_threads_shared_timeline()
104 ASSERT(test_data_two_threads.counter == in test_stress_two_threads_shared_timeline()
Dsync_merge.c38 ASSERT(valid, "Failure allocating timeline\n"); in test_fence_merge_same_fence()
42 ASSERT(valid, "Failure allocating fence\n"); in test_fence_merge_same_fence()
46 ASSERT(valid, "Failure merging fence\n"); in test_fence_merge_same_fence()
48 ASSERT(sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED) == 0, in test_fence_merge_same_fence()
52 ASSERT(sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED) == 1, in test_fence_merge_same_fence()
Dsync_alloc.c38 ASSERT(valid, "Failure allocating timeline\n"); in test_alloc_timeline()
50 ASSERT(valid, "Failure allocating timeline\n"); in test_alloc_fence()
54 ASSERT(valid, "Failure allocating fence\n"); in test_alloc_fence()
66 ASSERT(timeline > 0, "Failure allocating timeline\n"); in test_alloc_fence_negative()
69 ASSERT(fence < 0, "Success allocating negative fence\n"); in test_alloc_fence_negative()
/linux-6.1.9/arch/arm64/kernel/
Dvmlinux.lds.S182 ASSERT(SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18,
325 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!")
328 ASSERT(SIZEOF(.data.rel.ro) == 0, "Unexpected RELRO detected!")
338 ASSERT(__hyp_idmap_text_end - __hyp_idmap_text_start <= PAGE_SIZE,
340 ASSERT(__idmap_text_end - (__idmap_text_start & ~(SZ_4K - 1)) <= SZ_4K,
343 ASSERT(__hibernate_exit_text_end - __hibernate_exit_text_start <= SZ_4K,
347 ASSERT((__entry_tramp_text_end - __entry_tramp_text_start) <= 3*PAGE_SIZE,
351 ASSERT(__hyp_bss_start == __bss_start, "HYP and Host BSS are misaligned")
356 ASSERT(_text == KIMAGE_VADDR, "HEAD is misaligned")
358 ASSERT(swapper_pg_dir - reserved_pg_dir == RESERVED_SWAPPER_OFFSET,
[all …]
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_dir2_sf.c96 ASSERT(ino <= XFS_MAXINUMBER); in xfs_dir2_sf_put_ino()
121 ASSERT(ino <= XFS_MAXINUMBER); in xfs_dir2_sf_put_parent_ino()
154 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir2_sf_put_ftype()
304 ASSERT(be64_to_cpu(dep->inumber) == dp->i_ino); in xfs_dir2_block_to_sf()
310 ASSERT(be64_to_cpu(dep->inumber) == in xfs_dir2_block_to_sf()
328 ASSERT((char *)sfep - (char *)sfp == size); in xfs_dir2_block_to_sf()
334 ASSERT(error != -ENOSPC); in xfs_dir2_block_to_sf()
344 ASSERT(dp->i_df.if_bytes == 0); in xfs_dir2_block_to_sf()
379 ASSERT(xfs_dir2_sf_lookup(args) == -ENOENT); in xfs_dir2_sf_addname()
381 ASSERT(dp->i_df.if_format == XFS_DINODE_FMT_LOCAL); in xfs_dir2_sf_addname()
[all …]
Dxfs_btree_staging.c49 ASSERT(0); in xfs_btree_fakeroot_dup_cursor()
67 ASSERT(0); in xfs_btree_fakeroot_alloc_block()
80 ASSERT(0); in xfs_btree_fakeroot_free_block()
92 ASSERT(cur->bc_flags & XFS_BTREE_STAGING); in xfs_btree_fakeroot_init_ptr_from_cur()
121 ASSERT(cur->bc_flags & XFS_BTREE_STAGING); in xfs_btree_afakeroot_set_root()
138 ASSERT(!(cur->bc_flags & XFS_BTREE_STAGING)); in xfs_btree_stage_afakeroot()
139 ASSERT(!(cur->bc_flags & XFS_BTREE_ROOT_IN_INODE)); in xfs_btree_stage_afakeroot()
140 ASSERT(cur->bc_tp == NULL); in xfs_btree_stage_afakeroot()
169 ASSERT(cur->bc_flags & XFS_BTREE_STAGING); in xfs_btree_commit_afakeroot()
170 ASSERT(cur->bc_tp == NULL); in xfs_btree_commit_afakeroot()
[all …]
Dxfs_trans_inode.c34 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_trans_ijoin()
39 ASSERT(iip->ili_lock_flags == 0); in xfs_trans_ijoin()
41 ASSERT(!xfs_iflags_test(ip, XFS_ISTALE)); in xfs_trans_ijoin()
63 ASSERT(tp); in xfs_trans_ichgtime()
64 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_trans_ichgtime()
101 ASSERT(iip); in xfs_trans_log_inode()
102 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_trans_log_inode()
103 ASSERT(!xfs_iflags_test(ip, XFS_ISTALE)); in xfs_trans_log_inode()
Dxfs_bmap.c93 ASSERT(mp->m_bm_maxlevels[whichfork] <= xfs_bmbt_maxlevels_ondisk()); in xfs_bmap_compute_maxlevels()
270 ASSERT(be16_to_cpu(block->bb_level) > 0); in xfs_check_block()
278 ASSERT(be64_to_cpu(prevp->br_startoff) < in xfs_check_block()
348 ASSERT(level > 0); in xfs_bmap_check_leaf_extents()
353 ASSERT(bno != NULLFSBLOCK); in xfs_bmap_check_leaf_extents()
354 ASSERT(XFS_FSB_TO_AGNO(mp, bno) < mp->m_sb.sb_agcount); in xfs_bmap_check_leaf_extents()
355 ASSERT(XFS_FSB_TO_AGBNO(mp, bno) < mp->m_sb.sb_agblocks); in xfs_bmap_check_leaf_extents()
424 ASSERT(xfs_bmbt_disk_get_startoff(&last) + in xfs_bmap_check_leaf_extents()
430 ASSERT(xfs_bmbt_disk_get_startoff(ep) + in xfs_bmap_check_leaf_extents()
493 ASSERT(ret_nmap <= nmap); in xfs_bmap_validate_ret()
[all …]
Dxfs_attr_leaf.c114 ASSERT(!to->count && !to->usedbytes); in xfs_attr3_leaf_firstused_from_disk()
115 ASSERT(geo->blksize > USHRT_MAX); in xfs_attr3_leaf_firstused_from_disk()
130 ASSERT(from->firstused != XFS_ATTR3_LEAF_NULLOFF); in xfs_attr3_leaf_firstused_to_disk()
139 ASSERT(from->firstused == geo->blksize); in xfs_attr3_leaf_firstused_to_disk()
159 ASSERT(from->hdr.info.magic == cpu_to_be16(XFS_ATTR_LEAF_MAGIC) || in xfs_attr3_leaf_hdr_from_disk()
201 ASSERT(from->magic == XFS_ATTR_LEAF_MAGIC || in xfs_attr3_leaf_hdr_to_disk()
690 ASSERT(ifp->if_bytes == 0); in xfs_attr_shortform_create()
768 ASSERT(ifp->if_format == XFS_DINODE_FMT_LOCAL); in xfs_attr_shortform_add()
771 ASSERT(0); in xfs_attr_shortform_add()
800 ASSERT(ip->i_af.if_nextents == 0); in xfs_attr_fork_remove()
[all …]
Dxfs_inode_fork.c205 ASSERT(ifp->if_broot != NULL); in xfs_iformat_btree()
406 ASSERT(XFS_BMAP_BMDR_SPACE(ifp->if_broot) <= in xfs_iroot_realloc()
417 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc()
420 ASSERT(new_max >= 0); in xfs_iroot_realloc()
460 ASSERT(XFS_BMAP_BMDR_SPACE(ifp->if_broot) <= in xfs_iroot_realloc()
490 ASSERT(new_size >= 0); in xfs_idata_realloc()
491 ASSERT(new_size <= xfs_inode_fork_size(ip, whichfork)); in xfs_idata_realloc()
551 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL | XFS_ILOCK_SHARED)); in xfs_iextents_copy()
552 ASSERT(ifp->if_bytes > 0); in xfs_iextents_copy()
557 ASSERT(xfs_bmap_validate_extent(ip, whichfork, &rec) == NULL); in xfs_iextents_copy()
[all …]
Dxfs_attr_remote.c135 ASSERT(len >= blksize); in __xfs_attr3_rmt_read_verify()
200 ASSERT(len >= blksize); in xfs_attr3_rmt_write_verify()
291 ASSERT(len >= blksize); in xfs_attr_rmtval_copyout()
339 ASSERT(len >= blksize); in xfs_attr_rmtval_copyin()
356 ASSERT(*valuelen - byte_cnt == 0); in xfs_attr_rmtval_copyin()
357 ASSERT(len == blksize); in xfs_attr_rmtval_copyin()
398 ASSERT(args->valuelen != 0); in xfs_attr_rmtval_get()
399 ASSERT(args->rmtvaluelen == args->valuelen); in xfs_attr_rmtval_get()
409 ASSERT(nmap >= 1); in xfs_attr_rmtval_get()
415 ASSERT((map[i].br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_get()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/basics/
Dfixpt31_32.c54 ASSERT(divisor); in complete_integer_division_u64()
88 ASSERT(res_value <= LONG_MAX); in dc_fixpt_from_fraction()
110 ASSERT(res_value <= LLONG_MAX - summand); in dc_fixpt_from_fraction()
143 ASSERT(res.value <= LONG_MAX); in dc_fixpt_mul()
149 ASSERT(tmp <= (unsigned long long)(LLONG_MAX - res.value)); in dc_fixpt_mul()
155 ASSERT(tmp <= (unsigned long long)(LLONG_MAX - res.value)); in dc_fixpt_mul()
164 ASSERT(tmp <= (unsigned long long)(LLONG_MAX - res.value)); in dc_fixpt_mul()
188 ASSERT(res.value <= LONG_MAX); in dc_fixpt_sqr()
194 ASSERT(tmp <= (unsigned long long)(LLONG_MAX - res.value)); in dc_fixpt_sqr()
198 ASSERT(tmp <= (unsigned long long)(LLONG_MAX - res.value)); in dc_fixpt_sqr()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_rq_dlg_calc_32.c135 ASSERT(pte_row_height_linear >= 8); in dml32_rq_dlg_get_rq_reg()
144 ASSERT(p1_pte_row_height_linear >= 8); in dml32_rq_dlg_get_rq_reg()
273 ASSERT(ref_freq_to_pix_freq < 4.0); in dml32_rq_dlg_get_dlg_reg()
345 ASSERT(dlg_regs->refcyc_h_blank_end < (unsigned int)dml_pow(2, 13)); in dml32_rq_dlg_get_dlg_reg()
371 ASSERT(dst_y_per_vm_vblank < max_dst_y_per_vm_vblank); in dml32_rq_dlg_get_dlg_reg()
372 ASSERT(dst_y_per_row_vblank < max_dst_y_per_row_vblank); in dml32_rq_dlg_get_dlg_reg()
373 ASSERT(dst_y_prefetch > (dst_y_per_vm_vblank + dst_y_per_row_vblank)); in dml32_rq_dlg_get_dlg_reg()
427 ASSERT(src->num_cursors <= 1); in dml32_rq_dlg_get_dlg_reg()
442 ASSERT(dlg_regs->min_dst_y_next_start < (unsigned int)dml_pow(2, 18)); in dml32_rq_dlg_get_dlg_reg()
555 ASSERT(refcyc_per_req_delivery_pre_l < dml_pow(2, 13)); in dml32_rq_dlg_get_dlg_reg()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/calcs/
Dbw_fixed.c52 ASSERT(value < BW_FIXED_MAX_I32 && value > BW_FIXED_MIN_I32); in bw_int_to_fixed_nonconst()
69 ASSERT(denominator != 0); in bw_frc_to_fixed()
75 ASSERT(res_value <= BW_FIXED_MAX_I32); in bw_frc_to_fixed()
97 ASSERT(res_value <= MAX_I64 - summand); in bw_frc_to_fixed()
118 ASSERT(abs_i64(result.value) <= abs_i64(arg.value)); in bw_floor2()
160 ASSERT(res.value <= BW_FIXED_MAX_I32); in bw_mul()
166 ASSERT(tmp <= (uint64_t)(MAX_I64 - res.value)); in bw_mul()
172 ASSERT(tmp <= (uint64_t)(MAX_I64 - res.value)); in bw_mul()
181 ASSERT(tmp <= (uint64_t)(MAX_I64 - res.value)); in bw_mul()
/linux-6.1.9/tools/testing/selftests/sgx/
Dtest_encl.lds37 ASSERT(!DEFINED(.altinstructions), "ALTERNATIVES are not supported in enclaves")
38 ASSERT(!DEFINED(.altinstr_replacement), "ALTERNATIVES are not supported in enclaves")
39 ASSERT(!DEFINED(.discard.retpoline_safe), "RETPOLINE ALTERNATIVES are not supported in enclaves")
40 ASSERT(!DEFINED(.discard.nospec), "RETPOLINE ALTERNATIVES are not supported in enclaves")
41 ASSERT(!DEFINED(.got.plt), "Libcalls are not supported in enclaves")
/linux-6.1.9/fs/btrfs/
Dfree-space-tree.c116 ASSERT(0); in search_free_space_info()
140 ASSERT(0); in btrfs_search_prev_slot()
145 ASSERT(0); in btrfs_search_prev_slot()
244 ASSERT(found_key.objectid == block_group->start); in convert_free_space_to_bitmaps()
245 ASSERT(found_key.offset == block_group->length); in convert_free_space_to_bitmaps()
251 ASSERT(found_key.objectid >= start); in convert_free_space_to_bitmaps()
252 ASSERT(found_key.objectid < end); in convert_free_space_to_bitmaps()
253 ASSERT(found_key.objectid + found_key.offset <= end); in convert_free_space_to_bitmaps()
265 ASSERT(0); in convert_free_space_to_bitmaps()
293 ASSERT(0); in convert_free_space_to_bitmaps()
[all …]

12345678910>>...16