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:alloc_offset
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
zoned.c
1463
cache->
alloc_offset
= last_alloc;
in btrfs_load_block_group_zone_info()
1478
cache->
alloc_offset
= alloc_offsets[0];
in btrfs_load_block_group_zone_info()
1519
cache->
alloc_offset
= alloc_offsets[0];
in btrfs_load_block_group_zone_info()
1536
if (cache->
alloc_offset
> fs_info->zone_size) {
in btrfs_load_block_group_zone_info()
1539
cache->
alloc_offset
, cache->start);
in btrfs_load_block_group_zone_info()
1543
if (cache->
alloc_offset
> cache->zone_capacity) {
in btrfs_load_block_group_zone_info()
1546
cache->
alloc_offset
, cache->zone_capacity,
in btrfs_load_block_group_zone_info()
1552
if (!ret && num_conventional && last_alloc > cache->
alloc_offset
) {
in btrfs_load_block_group_zone_info()
1555
logical, last_alloc, cache->
alloc_offset
);
in btrfs_load_block_group_zone_info()
1560
cache->meta_write_pointer = cache->
alloc_offset
in btrfs_load_block_group_zone_info()
[all...]
H
A
D
block-group.h
242
u64
alloc_offset
;
member
H
A
D
zoned.h
400
return (bg->
alloc_offset
== bg->zone_capacity);
in btrfs_zoned_bg_is_full()
H
A
D
free-space-cache.c
2711
else if (offset >= block_group->
alloc_offset
)
in __btrfs_add_free_space_zoned()
2713
else if (offset + size <= block_group->
alloc_offset
)
in __btrfs_add_free_space_zoned()
2716
to_free = offset + size - block_group->
alloc_offset
;
in __btrfs_add_free_space_zoned()
2729
block_group->
alloc_offset
-= size;
in __btrfs_add_free_space_zoned()
2813
if (block_group->start + block_group->
alloc_offset
<
in btrfs_remove_free_space()
2815
block_group->
alloc_offset
=
in btrfs_remove_free_space()
2921
block_group->zone_capacity - block_group->
alloc_offset
,
in btrfs_dump_free_space()
H
A
D
extent-tree.c
3786
WARN_ON_ONCE(block_group->
alloc_offset
> block_group->zone_capacity);
in do_allocation_zoned()
3787
avail = block_group->zone_capacity - block_group->
alloc_offset
;
in do_allocation_zoned()
3825
ffe_ctl->found_offset = start + block_group->
alloc_offset
;
in do_allocation_zoned()
3826
block_group->
alloc_offset
+= num_bytes;
in do_allocation_zoned()
4164
u64 avail = block_group->zone_capacity - block_group->
alloc_offset
;
in prepare_allocation_zoned()
H
A
D
block-group.c
3009
(cache->
alloc_offset
- cache->used) +
in btrfs_dec_block_group_ro()
Completed in 24 milliseconds