Home
last modified time | relevance | path

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

/external/erofs-utils/lib/
Ddata.c51 DBG_BUGON(1); in erofs_map_blocks_flatmode()
60 DBG_BUGON(1); in erofs_map_blocks_flatmode()
90 DBG_BUGON(map.m_plen != map.m_llen); in erofs_read_raw_data()
103 DBG_BUGON(ptr < map.m_la); in erofs_read_raw_data()
161 DBG_BUGON(end != map.m_la + map.m_llen); in z_erofs_read_data()
Dzmap.c40 DBG_BUGON(vi->datalayout == EROFS_INODE_FLAT_COMPRESSION_LEGACY); in z_erofs_fill_inode_lazy()
141 DBG_BUGON(1); in legacy_load_cluster_from_disk()
303 DBG_BUGON(1); in z_erofs_extent_lookback()
318 DBG_BUGON(1); in z_erofs_extent_lookback()
330 DBG_BUGON(1); in z_erofs_extent_lookback()
413 DBG_BUGON(err < 0 && err != -ENOMEM); in z_erofs_map_blocks_iter()
Dcompress.c289 DBG_BUGON(!final); in write_compacted_indexes()
290 DBG_BUGON(cv[i].u.blkaddr); in write_compacted_indexes()
301 DBG_BUGON(destsize * vcnt * 8 != pos + 32); in write_compacted_indexes()
360 DBG_BUGON(compacted_4b_initial); in z_erofs_convert_to_compacted_format()
369 DBG_BUGON(compacted_2b); in z_erofs_convert_to_compacted_format()
460 DBG_BUGON(ret); in erofs_write_compressed_file()
482 DBG_BUGON(ret); in erofs_write_compressed_file()
Dinode.c152 DBG_BUGON(ret < 0); in __allocate_inode_bh_data()
273 DBG_BUGON(used > EROFS_BLKSIZ); in erofs_write_dir_file()
275 DBG_BUGON(dir->i_size % EROFS_BLKSIZ); in erofs_write_dir_file()
276 DBG_BUGON(dir->idata_size); in erofs_write_dir_file()
279 DBG_BUGON(used != dir->i_size % EROFS_BLKSIZ); in erofs_write_dir_file()
285 DBG_BUGON(used != dir->idata_size); in erofs_write_dir_file()
526 DBG_BUGON(ret < 0); in erofs_prepare_tail_block()
534 DBG_BUGON(ret); in erofs_prepare_tail_block()
543 DBG_BUGON(inode->bh || inode->bh_inline); in erofs_prepare_inode_buffer()
573 DBG_BUGON(inode->bh_inline); in erofs_prepare_inode_buffer()
[all …]
Dcompressor.c33 DBG_BUGON(!c->alg); in erofs_compress_destsize()
77 DBG_BUGON(!c->alg); in erofs_compressor_init()
Ddecompress.c75 DBG_BUGON(rq->decodedlength > EROFS_BLKSIZ); in z_erofs_decompress()
76 DBG_BUGON(rq->decodedlength < rq->decodedskip); in z_erofs_decompress()
Dnamei.c162 DBG_BUGON(1); in find_target_dirent()
240 DBG_BUGON(p <= name); in link_path_walk()
Dcache.c44 DBG_BUGON(nbh->off < bh->off); in erofs_bh_flush_generic_write()
310 DBG_BUGON(!list_empty(&p->buffers.list)); in erofs_bflush()
Dxattr.c159 DBG_BUGON(keylen < prefixlen); in parse_one_xattr()
556 DBG_BUGON(1); in erofs_build_shared_xattrs_from_path()
661 DBG_BUGON(p > size); in erofs_export_xattr_ibody()
/external/erofs-utils/include/erofs/
Ddefs.h164 #define DBG_BUGON(condition) ((void)(condition)) macro
166 #define DBG_BUGON(condition) BUG_ON(condition) macro
/external/erofs-utils/fuse/
Ddir.c39 DBG_BUGON(1); in erofs_fill_dentries()
Dmain.c164 DBG_BUGON(1); in optional_opt_func()