Searched refs:DBG_BUGON (Results 1 – 5 of 5) sorted by relevance
245 DBG_BUGON(*hosted == true); in try_to_claim_workgroup()303 DBG_BUGON(work->pageofs != pageofs); in z_erofs_vle_work_lookup()448 DBG_BUGON(builder->work != NULL); in z_erofs_vle_work_iter_begin()451 DBG_BUGON(*owned_head == Z_EROFS_VLE_WORKGRP_NIL); in z_erofs_vle_work_iter_begin()452 DBG_BUGON(*owned_head == Z_EROFS_VLE_WORKGRP_TAIL_CLOSED); in z_erofs_vle_work_iter_begin()454 DBG_BUGON(erofs_blkoff(map->m_pa)); in z_erofs_vle_work_iter_begin()640 DBG_BUGON(map->m_plen != 1 << sbi->clusterbits); in z_erofs_do_read_page()749 DBG_BUGON(PageUptodate(page)); in z_erofs_vle_read_endio()852 DBG_BUGON(page == NULL); in z_erofs_vle_unzip()853 DBG_BUGON(page->mapping == NULL); in z_erofs_vle_unzip()[all …]
219 DBG_BUGON((void *)ip - source > inputSize); in customized_lz4_decompress_safe_partial()220 DBG_BUGON((void *)op - dest > outputSize); in customized_lz4_decompress_safe_partial()
29 DBG_BUGON(1); in read_inode()96 DBG_BUGON(1); in read_inode()121 DBG_BUGON(mode >= EROFS_INODE_LAYOUT_MAX); in fill_inline_data()
210 DBG_BUGON(!d_really_is_negative(dentry)); in erofs_lookup()212 DBG_BUGON(!d_unhashed(dentry)); in erofs_lookup()
37 #define DBG_BUGON BUG_ON macro42 #define DBG_BUGON(...) ((void)0) macro