Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DBG_BUGON
(Results
1 - 25
of
29
) sorted by relevance
1
2
/kernel/linux/linux-5.10/fs/erofs/
H
A
D
zdata.c
338
DBG_BUGON
(1);
in z_erofs_lookup_collection()
344
DBG_BUGON
(1);
in z_erofs_lookup_collection()
351
DBG_BUGON
(1);
in z_erofs_lookup_collection()
414
DBG_BUGON
(cl->nr_pages);
in z_erofs_register_collection()
415
DBG_BUGON
(cl->vcnt);
in z_erofs_register_collection()
423
DBG_BUGON
(!mutex_trylock(&cl->lock));
in z_erofs_register_collection()
457
DBG_BUGON
(clt->cl);
in z_erofs_collector_begin()
460
DBG_BUGON
(clt->owned_head == Z_EROFS_PCLUSTER_NIL);
in z_erofs_collector_begin()
461
DBG_BUGON
(clt->owned_head == Z_EROFS_PCLUSTER_TAIL_CLOSED);
in z_erofs_collector_begin()
464
DBG_BUGON
(
in z_erofs_collector_begin()
[all...]
H
A
D
data.c
22
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()
H
A
D
decompressor.c
52
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()
243
DBG_BUGON
(!*rq->out);
in z_erofs_decompress_generic()
312
DBG_BUGON
(1);
in z_erofs_shifted_transform()
317
DBG_BUGON
(nrpages_out != 1);
in z_erofs_shifted_transform()
329
DBG_BUGON
(!rq->out[1]);
in z_erofs_shifted_transform()
H
A
D
zdata.h
125
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()
H
A
D
namei.c
28
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()
H
A
D
zmap.c
55
DBG_BUGON
(vi->datalayout == EROFS_INODE_FLAT_COMPRESSION_LEGACY);
in z_erofs_fill_inode_lazy()
183
DBG_BUGON
(1);
in legacy_load_cluster_from_disk()
189
DBG_BUGON
(1);
in legacy_load_cluster_from_disk()
348
DBG_BUGON
(1);
in z_erofs_extent_lookback()
364
DBG_BUGON
(1);
in z_erofs_extent_lookback()
378
DBG_BUGON
(1);
in z_erofs_extent_lookback()
476
DBG_BUGON
(err < 0 && err != -ENOMEM);
in z_erofs_map_blocks_iter()
H
A
D
super.c
288
DBG_BUGON
(!PageLocked(page));
in erofs_managed_cache_releasepage()
289
DBG_BUGON
(mapping->a_ops != &managed_cache_aops);
in erofs_managed_cache_releasepage()
303
DBG_BUGON
(!PageLocked(page));
in erofs_managed_cache_invalidatepage()
306
DBG_BUGON
(stop > PAGE_SIZE || stop < length);
in erofs_managed_cache_invalidatepage()
417
DBG_BUGON
(!sb_rdonly(sb));
in erofs_fc_reconfigure()
480
DBG_BUGON
(!sbi);
in erofs_put_super()
H
A
D
utils.c
16
DBG_BUGON
(page_ref_count(page) != 1);
in erofs_allocpage()
74
DBG_BUGON
(index != grp->index);
in erofs_find_workgroup()
155
*
DBG_BUGON
to observe this in advance.
in erofs_try_to_release_workgroup()
157
DBG_BUGON
(__xa_erase(&sbi->managed_pslots, grp->index) != grp);
in erofs_try_to_release_workgroup()
H
A
D
zpvec.h
66
DBG_BUGON
(nr >= ctor->nr);
in z_erofs_pagevec_ctor_next_page()
145
DBG_BUGON
(!ctor->next);
in z_erofs_pagevec_dequeue()
H
A
D
xattr.c
85
DBG_BUGON
(1);
in init_inode_xattrs()
125
DBG_BUGON
(it.ofs != EROFS_BLKSIZ);
in init_inode_xattrs()
202
DBG_BUGON
(xattr_header_sz > vi->xattr_isize);
in inline_xattr_iter_begin()
247
DBG_BUGON
(1);
in xattr_foreach()
268
DBG_BUGON
(it->ofs > EROFS_BLKSIZ);
in xattr_foreach()
303
DBG_BUGON
(it->ofs > EROFS_BLKSIZ);
in xattr_foreach()
H
A
D
internal.h
35
#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()
H
A
D
dir.c
52
DBG_BUGON
(1);
in erofs_fill_dentries()
H
A
D
inode.c
190
DBG_BUGON
(1);
in erofs_read_inode()
221
DBG_BUGON
(1);
in erofs_fill_symlink()
/kernel/linux/linux-6.6/fs/erofs/
H
A
D
zmap.c
55
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()
101
DBG_BUGON
(i >= vcnt);
in get_compacted_la_distance()
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()
340
DBG_BUGON
(m->type != Z_EROFS_LCLUSTER_TYPE_PLAIN &&
in z_erofs_get_extent_compressedlen()
343
DBG_BUGON
(
in z_erofs_get_extent_compressedlen()
[all...]
H
A
D
decompressor.c
87
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
D
utils.c
13
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()
138
*
DBG_BUGON
to observe this in advance.
in erofs_try_to_release_workgroup()
140
DBG_BUGON
(__xa_erase(&sbi->managed_pslots, grp->index) != grp);
in erofs_try_to_release_workgroup()
H
A
D
zdata.c
150
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()
631
DBG_BUGON
(z_erofs_is_inline_pcluster(pcl));
in erofs_try_to_free_all_cached_pages()
671
DBG_BUGON
(z_erofs_is_inline_pcluster(pcl));
in z_erofs_cache_release_folio()
697
DBG_BUGON
(stop > folio_size(folio) || stop < length);
in z_erofs_cache_invalidate_folio()
788
DBG_BUGON
(1);
in z_erofs_register_pcluster()
814
DBG_BUGON
(!mutex_trylock(&pcl->lock));
in z_erofs_register_pcluster()
853
DBG_BUGON
(f
in z_erofs_pcluster_begin()
[all...]
H
A
D
decompressor_lzma.c
32
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
D
data.c
62
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
D
pcpubuf.c
42
DBG_BUGON
(pcb->ptr != ptr);
97
DBG_BUGON
(old_ptr);
in erofs_pcpubuf_growsize()
H
A
D
namei.c
27
DBG_BUGON
(qd->name > qd->end);
in erofs_dirnamecmp()
116
DBG_BUGON
(1);
in erofs_find_target_block()
H
A
D
compress.h
65
DBG_BUGON
(page->mapping);
in z_erofs_is_shortlived_page()
H
A
D
dir.c
36
DBG_BUGON
(1);
in erofs_fill_dentries()
H
A
D
xattr.c
71
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
D
fscache.c
139
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()
Completed in 16 milliseconds
1
2