Home
last modified time | relevance | path

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

/Linux-v5.10/fs/erofs/
Dzdata.c340 DBG_BUGON(1); in z_erofs_lookup_collection()
346 DBG_BUGON(1); in z_erofs_lookup_collection()
353 DBG_BUGON(1); in z_erofs_lookup_collection()
416 DBG_BUGON(cl->nr_pages); in z_erofs_register_collection()
417 DBG_BUGON(cl->vcnt); in z_erofs_register_collection()
425 DBG_BUGON(!mutex_trylock(&cl->lock)); in z_erofs_register_collection()
459 DBG_BUGON(clt->cl); in z_erofs_collector_begin()
462 DBG_BUGON(clt->owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_collector_begin()
463 DBG_BUGON(clt->owned_head == Z_EROFS_PCLUSTER_TAIL_CLOSED); in z_erofs_collector_begin()
466 DBG_BUGON(1); in z_erofs_collector_begin()
[all …]
Ddata.c22 DBG_BUGON(PageUptodate(page)); in erofs_readendio()
89 DBG_BUGON(1); in erofs_map_blocks_flatmode()
99 DBG_BUGON(1); in erofs_map_blocks_flatmode()
139 DBG_BUGON(!nblocks); in erofs_read_raw_page()
176 DBG_BUGON(map.m_plen != map.m_llen); in erofs_read_raw_page()
186 DBG_BUGON(map.m_plen > PAGE_SIZE); in erofs_read_raw_page()
213 DBG_BUGON(erofs_blkoff(map.m_pa)); in erofs_read_raw_page()
279 DBG_BUGON(bio); /* since we have only one bio -- must be NULL */ in erofs_raw_access_readpage()
Ddecompressor.c52 DBG_BUGON(i < LZ4_MAX_DISTANCE_PAGES); in z_erofs_lz4_prepare_destpages()
53 DBG_BUGON(top >= LZ4_MAX_DISTANCE_PAGES); in z_erofs_lz4_prepare_destpages()
240 DBG_BUGON(!*rq->out); in z_erofs_decompress_generic()
309 DBG_BUGON(1); in z_erofs_shifted_transform()
314 DBG_BUGON(nrpages_out != 1); in z_erofs_shifted_transform()
326 DBG_BUGON(!rq->out[1]); in z_erofs_shifted_transform()
Dzdata.h125 DBG_BUGON(!PagePrivate(page)); in z_erofs_onlinepage_index()
157 DBG_BUGON(orig_index != index); in z_erofs_onlinepage_fixup()
171 DBG_BUGON(!PagePrivate(page)); in z_erofs_onlinepage_endio()
Dnamei.c28 DBG_BUGON(qd->name > qd->end); in erofs_dirnamecmp()
122 DBG_BUGON(1); in find_target_block_classic()
218 DBG_BUGON(!d_really_is_negative(dentry)); in erofs_lookup()
220 DBG_BUGON(!d_unhashed(dentry)); in erofs_lookup()
Dzmap.c49 DBG_BUGON(vi->datalayout == EROFS_INODE_FLAT_COMPRESSION_LEGACY); in z_erofs_fill_inode_lazy()
177 DBG_BUGON(1); in legacy_load_cluster_from_disk()
340 DBG_BUGON(1); in z_erofs_extent_lookback()
356 DBG_BUGON(1); in z_erofs_extent_lookback()
370 DBG_BUGON(1); in z_erofs_extent_lookback()
468 DBG_BUGON(err < 0 && err != -ENOMEM); in z_erofs_map_blocks_iter()
Dutils.c16 DBG_BUGON(page_ref_count(page) != 1); in erofs_allocpage()
74 DBG_BUGON(index != grp->index); in erofs_find_workgroup()
157 DBG_BUGON(xa_erase(&sbi->managed_pslots, grp->index) != grp); in erofs_try_to_release_workgroup()
Dsuper.c287 DBG_BUGON(!PageLocked(page)); in erofs_managed_cache_releasepage()
288 DBG_BUGON(mapping->a_ops != &managed_cache_aops); in erofs_managed_cache_releasepage()
302 DBG_BUGON(!PageLocked(page)); in erofs_managed_cache_invalidatepage()
305 DBG_BUGON(stop > PAGE_SIZE || stop < length); in erofs_managed_cache_invalidatepage()
416 DBG_BUGON(!sb_rdonly(sb)); in erofs_fc_reconfigure()
479 DBG_BUGON(!sbi); in erofs_put_super()
Dzpvec.h66 DBG_BUGON(nr >= ctor->nr); in z_erofs_pagevec_ctor_next_page()
141 DBG_BUGON(!ctor->next); in z_erofs_pagevec_dequeue()
Dinternal.h35 #define DBG_BUGON BUG_ON macro
38 #define DBG_BUGON(x) ((void)(x)) macro
181 DBG_BUGON(v == EROFS_LOCKED_MAGIC); in erofs_wait_on_workgroup_freezed()
Dxattr.c79 DBG_BUGON(1); in init_inode_xattrs()
119 DBG_BUGON(it.ofs != EROFS_BLKSIZ); in init_inode_xattrs()
194 DBG_BUGON(xattr_header_sz > vi->xattr_isize); in inline_xattr_iter_begin()
239 DBG_BUGON(1); in xattr_foreach()
260 DBG_BUGON(it->ofs > EROFS_BLKSIZ); in xattr_foreach()
295 DBG_BUGON(it->ofs > EROFS_BLKSIZ); in xattr_foreach()
Dinode.c183 DBG_BUGON(1); in erofs_read_inode()
214 DBG_BUGON(1); in erofs_fill_symlink()
Ddir.c52 DBG_BUGON(1); in erofs_fill_dentries()