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:bytes_super
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
block-group.h
68
u64
bytes_super
;
member
H
A
D
block-group.c
1251
cache->
bytes_super
- cache->used;
in inc_block_group_ro()
1751
cache->
bytes_super
+= stripe_len;
in exclude_super_stripes()
1769
cache->
bytes_super
+= len;
in exclude_super_stripes()
1984
cache->used, cache->
bytes_super
, &space_info);
in read_one_block_group()
2215
cache->
bytes_super
, &cache->space_info);
in btrfs_make_block_group()
2335
cache->pinned - cache->
bytes_super
- cache->used;
in btrfs_dec_block_group_ro()
H
A
D
free-space-cache.c
914
block_group->
bytes_super
));
in load_free_space_cache()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
block-group.h
111
u64
bytes_super
;
member
H
A
D
space-info.c
314
found->bytes_readonly += block_group->
bytes_super
;
in btrfs_add_bg_to_space_info()
528
cache->
bytes_super
- cache->zone_unusable;
in btrfs_dump_space_info()
533
cache->
bytes_super
, cache->zone_unusable,
in btrfs_dump_space_info()
H
A
D
block-group.c
1368
cache->
bytes_super
- cache->zone_unusable - cache->used;
in inc_block_group_ro()
2157
cache->
bytes_super
+= stripe_len;
in exclude_super_stripes()
2185
cache->
bytes_super
+= len;
in exclude_super_stripes()
3015
cache->pinned - cache->
bytes_super
-
in btrfs_dec_block_group_ro()
H
A
D
zoned.c
1588
WARN_ON(cache->
bytes_super
!= 0);
in btrfs_calc_zone_unusable()
H
A
D
free-space-cache.c
1022
block_group->
bytes_super
));
in load_free_space_cache()
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
btrfs.h
747
__field( u64,
bytes_super
)
756
__entry->
bytes_super
= block_group->
bytes_super
;
761
"flags=%llu(%s) bytes_used=%llu
bytes_super
=%llu "
769
__entry->
bytes_super
, __entry->create)
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
btrfs.h
839
__field( u64,
bytes_super
)
848
__entry->
bytes_super
= block_group->
bytes_super
;
853
"flags=%llu(%s) bytes_used=%llu
bytes_super
=%llu "
861
__entry->
bytes_super
, __entry->create)
Completed in 30 milliseconds