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:allocated_ebs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
fs.h
811
struct list_head
allocated_ebs
;
member
H
A
D
extent_io.c
50
list_add(&eb->leak_list, &fs_info->
allocated_ebs
);
in btrfs_leak_debug_add_eb()
70
* If we didn't get into open_ctree our
allocated_ebs
will not be
in btrfs_extent_buffer_leak_debug_check()
73
if (!fs_info->
allocated_ebs
.next)
in btrfs_extent_buffer_leak_debug_check()
76
WARN_ON(!list_empty(&fs_info->
allocated_ebs
));
in btrfs_extent_buffer_leak_debug_check()
78
while (!list_empty(&fs_info->
allocated_ebs
)) {
in btrfs_extent_buffer_leak_debug_check()
79
eb = list_first_entry(&fs_info->
allocated_ebs
,
in btrfs_extent_buffer_leak_debug_check()
H
A
D
disk-io.c
2713
INIT_LIST_HEAD(&fs_info->
allocated_ebs
);
in btrfs_init_fs_info()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
extent_io.c
68
* If we didn't get into open_ctree our
allocated_ebs
will not be
in btrfs_extent_buffer_leak_debug_check()
71
if (!fs_info->
allocated_ebs
.next)
in btrfs_extent_buffer_leak_debug_check()
75
while (!list_empty(&fs_info->
allocated_ebs
)) {
in btrfs_extent_buffer_leak_debug_check()
76
eb = list_first_entry(&fs_info->
allocated_ebs
,
in btrfs_extent_buffer_leak_debug_check()
4971
&fs_info->
allocated_ebs
);
in __alloc_extent_buffer()
H
A
D
ctree.h
971
struct list_head
allocated_ebs
;
member
H
A
D
disk-io.c
2768
INIT_LIST_HEAD(&fs_info->
allocated_ebs
);
in btrfs_init_fs_info()
Completed in 33 milliseconds