Home
last modified time | relevance | path

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

/fs/erofs/
Dzmap.c74 DBG_BUGON(1); in legacy_load_cluster_from_disk()
90 DBG_BUGON(1); in legacy_load_cluster_from_disk()
96 DBG_BUGON(1); in legacy_load_cluster_from_disk()
120 DBG_BUGON(i >= vcnt); in get_compacted_la_distance()
177 DBG_BUGON(1); in unpack_compacted_index()
230 DBG_BUGON(1); in unpack_compacted_index()
330 DBG_BUGON(1); in z_erofs_extent_lookback()
345 DBG_BUGON(1); in z_erofs_extent_lookback()
352 DBG_BUGON(1); in z_erofs_extent_lookback()
366 DBG_BUGON(m->type != Z_EROFS_VLE_CLUSTER_TYPE_PLAIN && in z_erofs_get_extent_compressedlen()
[all …]
Dzdata.c156 DBG_BUGON(!PagePrivate(page)); in z_erofs_onlinepage_endio()
206 DBG_BUGON(!nextpage); in z_erofs_bvset_flip()
246 DBG_BUGON(iter->bvset->nextpage); in z_erofs_bvec_enqueue()
336 DBG_BUGON(1); in z_erofs_free_pcluster()
641 DBG_BUGON(z_erofs_is_inline_pcluster(pcl)); in erofs_try_to_free_all_cached_pages()
681 DBG_BUGON(z_erofs_is_inline_pcluster(pcl)); in z_erofs_cache_release_folio()
707 DBG_BUGON(stop > folio_size(folio) || stop < length); in z_erofs_cache_invalidate_folio()
793 DBG_BUGON(1); in z_erofs_register_pcluster()
818 DBG_BUGON(!mutex_trylock(&pcl->lock)); in z_erofs_register_pcluster()
856 DBG_BUGON(fe->pcl); in z_erofs_pcluster_begin()
[all …]
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()
332 DBG_BUGON(rq->outputsize > rq->inputsize); in z_erofs_transform_plain()
362 DBG_BUGON(no >= nrpages_out); in z_erofs_transform_plain()
376 DBG_BUGON(ni > nrpages_in); in z_erofs_transform_plain()
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()
Dutils.c14 DBG_BUGON(page_ref_count(page) != 1); in erofs_allocpage()
70 DBG_BUGON(index != grp->index); in erofs_find_workgroup()
153 DBG_BUGON(__xa_erase(&sbi->managed_pslots, grp->index) != grp); in erofs_try_to_release_workgroup()
Dxattr.c62 DBG_BUGON(1); in init_inode_xattrs()
97 DBG_BUGON(it.ofs != sb->s_blocksize); in init_inode_xattrs()
162 DBG_BUGON(xattr_header_sz > vi->xattr_isize); in inline_xattr_iter_begin()
205 DBG_BUGON(1); in xattr_foreach()
226 DBG_BUGON(it->ofs > it->sb->s_blocksize); in xattr_foreach()
261 DBG_BUGON(it->ofs > it->sb->s_blocksize); in xattr_foreach()
Ddata.c66 DBG_BUGON(1); in erofs_bread()
111 DBG_BUGON(1); in erofs_map_blocks_flatmode()
118 DBG_BUGON(1); in erofs_map_blocks_flatmode()
324 DBG_BUGON(iomap->type != IOMAP_INLINE); in erofs_iomap_end()
327 DBG_BUGON(iomap->type == IOMAP_INLINE); in erofs_iomap_end()
Dpcpubuf.c42 DBG_BUGON(pcb->ptr != ptr); in erofs_put_pcpubuf()
97 DBG_BUGON(old_ptr); in erofs_pcpubuf_growsize()
Dnamei.c27 DBG_BUGON(qd->name > qd->end); in erofs_dirnamecmp()
115 DBG_BUGON(1); in erofs_find_target_block()
Dcompress.h65 DBG_BUGON(page->mapping); in z_erofs_is_shortlived_page()
Dinode.c205 DBG_BUGON(1); in erofs_read_inode()
236 DBG_BUGON(1); in erofs_fill_symlink()
Dinternal.h36 #define DBG_BUGON BUG_ON macro
39 #define DBG_BUGON(x) ((void)(x)) macro
Ddir.c51 DBG_BUGON(1); in erofs_fill_dentries()
Dsuper.c447 DBG_BUGON(1); in erofs_fc_set_dax_mode()
740 DBG_BUGON(!sb_rdonly(sb)); in erofs_fc_reconfigure()
866 DBG_BUGON(!sbi); in erofs_put_super()
Dfscache.c311 DBG_BUGON(!count || count % PAGE_SIZE); in erofs_fscache_data_read()