Home
last modified time | relevance | path

Searched refs:DBG_BUGON (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/staging/erofs/
Dunzip_vle.c245 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 …]
Dunzip_lz4.c219 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()
Dinode.c29 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()
Dnamei.c210 DBG_BUGON(!d_really_is_negative(dentry)); in erofs_lookup()
212 DBG_BUGON(!d_unhashed(dentry)); in erofs_lookup()
Dinternal.h37 #define DBG_BUGON BUG_ON macro
42 #define DBG_BUGON(...) ((void)0) macro