Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dzmap.c55 DBG_BUGON(1); in z_erofs_load_full_lcluster()
71 DBG_BUGON(1); in z_erofs_load_full_lcluster()
77 DBG_BUGON(1); in z_erofs_load_full_lcluster()
158 DBG_BUGON(1); in unpack_compacted_index()
211 DBG_BUGON(1); in unpack_compacted_index()
319 DBG_BUGON(1); in z_erofs_extent_lookback()
326 DBG_BUGON(1); in z_erofs_extent_lookback()
391 DBG_BUGON(1); in z_erofs_get_extent_compressedlen()
399 DBG_BUGON(1); in z_erofs_get_extent_compressedlen()
436 DBG_BUGON(1); in z_erofs_get_extent_decompressedlen()
[all …]
H A Ddecompressor.c87 DBG_BUGON(i < lz4_max_distance_pages); in z_erofs_lz4_prepare_dstpages()
88 DBG_BUGON(top >= lz4_max_distance_pages); in z_erofs_lz4_prepare_dstpages()
164 DBG_BUGON(1); in z_erofs_lz4_handle_overlap()
216 DBG_BUGON(*rq->in == NULL); in z_erofs_lz4_decompress_mem()
271 DBG_BUGON(1); in z_erofs_lz4_decompress_mem()
292 DBG_BUGON(!*rq->out); in z_erofs_lz4_decompress()
335 DBG_BUGON(1); in z_erofs_transform_plain()
340 DBG_BUGON(rq->pageofs_out); in z_erofs_transform_plain()
350 DBG_BUGON(!rq->out[outpages - 1]); in z_erofs_transform_plain()
H A Dutils.c13 DBG_BUGON(page_ref_count(page) != 1); in erofs_allocpage()
68 DBG_BUGON(index != grp->index); in erofs_find_workgroup()
80 DBG_BUGON(grp->lockref.count < 1); in erofs_insert_workgroup()
111 DBG_BUGON(__lockref_is_dead(&grp->lockref)); in erofs_workgroup_put()
140 DBG_BUGON(__xa_erase(&sbi->managed_pslots, grp->index) != grp); in erofs_try_to_release_workgroup()
H A Dzdata.c150 DBG_BUGON(!PagePrivate(page)); in z_erofs_onlinepage_endio()
205 DBG_BUGON(!nextpage); in z_erofs_bvset_flip()
245 DBG_BUGON(iter->bvset->nextpage); in z_erofs_bvec_enqueue()
335 DBG_BUGON(1); in z_erofs_free_pcluster()
788 DBG_BUGON(1); in z_erofs_register_pcluster()
853 DBG_BUGON(fe->pcl); in z_erofs_pcluster_begin()
861 DBG_BUGON(1); in z_erofs_pcluster_begin()
1211 DBG_BUGON(1); in z_erofs_parse_in_bvecs()
1500 DBG_BUGON(!justfound); in pickup_page_for_submission()
1519 DBG_BUGON(page->mapping); in pickup_page_for_submission()
[all …]
H A Ddecompressor_lzma.c32 DBG_BUGON(1); in z_erofs_lzma_exit()
143 DBG_BUGON(z_erofs_lzma_head); in z_erofs_load_lzma_config()
262 DBG_BUGON(erofs_page_is_managed(EROFS_SB(rq->sb), in z_erofs_lzma_decompress()
271 DBG_BUGON(strm->buf.out_pos > strm->buf.out_size); in z_erofs_lzma_decompress()
272 DBG_BUGON(strm->buf.in_pos > strm->buf.in_size); in z_erofs_lzma_decompress()
H A Dpcpubuf.c42 DBG_BUGON(pcb->ptr != ptr); in erofs_put_pcpubuf()
97 DBG_BUGON(old_ptr); in erofs_pcpubuf_growsize()
H A Ddata.c62 DBG_BUGON(1); in erofs_bread()
111 DBG_BUGON(1); in erofs_map_blocks_flatmode()
118 DBG_BUGON(1); in erofs_map_blocks_flatmode()
327 DBG_BUGON(iomap->type != IOMAP_INLINE); in erofs_iomap_end()
330 DBG_BUGON(iomap->type == IOMAP_INLINE); in erofs_iomap_end()
H A Dnamei.c27 DBG_BUGON(qd->name > qd->end); in erofs_dirnamecmp()
116 DBG_BUGON(1); in erofs_find_target_block()
H A Dcompress.h65 DBG_BUGON(page->mapping); in z_erofs_is_shortlived_page()
H A Ddir.c36 DBG_BUGON(1); in erofs_fill_dentries()
H A Dfscache.c139 DBG_BUGON(len > req->len - req->submitted); in erofs_fscache_read_folios_async()
174 DBG_BUGON(done != len); in erofs_fscache_read_folios_async()
253 DBG_BUGON(!count || count % PAGE_SIZE); in erofs_fscache_data_read_slice()
H A Dxattr.c71 DBG_BUGON(1); in erofs_init_inode_xattrs()
331 DBG_BUGON(xattr_header_sz > vi->xattr_isize); in erofs_xattr_iter_inline()
348 DBG_BUGON(1); in erofs_xattr_iter_inline()
H A Dinode.c198 DBG_BUGON(1); in erofs_read_inode()
229 DBG_BUGON(1); in erofs_fill_symlink()
H A Dinternal.h34 #define DBG_BUGON BUG_ON macro
36 #define DBG_BUGON(x) ((void)(x)) macro
H A Dsuper.c439 DBG_BUGON(1); in erofs_fc_set_dax_mode()
706 DBG_BUGON(!sb_rdonly(sb)); in erofs_fc_reconfigure()
809 DBG_BUGON(!sbi); in erofs_put_super()
H A Ddecompressor_deflate.c216 DBG_BUGON(erofs_page_is_managed(EROFS_SB(sb), in z_erofs_deflate_decompress()