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:btrfs_trim_state
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
free-space-cache.h
17
enum
btrfs_trim_state
{
enum
30
enum
btrfs_trim_state
trim_state;
116
enum
btrfs_trim_state
trim_state);
H
A
D
free-space-cache.c
2057
u64 bytes, enum
btrfs_trim_state
trim_state)
in add_bytes_to_bitmap()
2153
enum
btrfs_trim_state
trim_state;
in insert_into_bitmap()
2274
* The above rules are for when we merge free space based on
btrfs_trim_state
.
2468
enum
btrfs_trim_state
trim_state)
in __btrfs_add_free_space()
2535
enum
btrfs_trim_state
trim_state = BTRFS_TRIM_STATE_UNTRIMMED;
in btrfs_add_free_space()
2553
enum
btrfs_trim_state
trim_state = BTRFS_TRIM_STATE_UNTRIMMED;
in btrfs_add_free_space_async_trimmed()
2857
enum
btrfs_trim_state
align_gap_trim_state = BTRFS_TRIM_STATE_UNTRIMMED;
in btrfs_find_space_for_alloc()
3393
enum
btrfs_trim_state
reserved_trim_state,
in do_trimming()
3403
enum
btrfs_trim_state
trim_state = BTRFS_TRIM_STATE_UNTRIMMED;
in do_trimming()
3463
enum
btrfs_trim_state
extent_trim_stat
in trim_no_bitmap()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
free-space-cache.h
17
enum
btrfs_trim_state
{
enum
31
enum
btrfs_trim_state
trim_state;
118
u64 size, enum
btrfs_trim_state
trim_state);
H
A
D
free-space-cache.c
2228
u64 bytes, enum
btrfs_trim_state
trim_state)
in add_bytes_to_bitmap()
2317
enum
btrfs_trim_state
trim_state;
in insert_into_bitmap()
2438
* The above rules are for when we merge free space based on
btrfs_trim_state
.
2622
enum
btrfs_trim_state
trim_state)
in __btrfs_add_free_space()
2750
enum
btrfs_trim_state
trim_state = BTRFS_TRIM_STATE_UNTRIMMED;
in btrfs_add_free_space()
2780
enum
btrfs_trim_state
trim_state = BTRFS_TRIM_STATE_UNTRIMMED;
in btrfs_add_free_space_async_trimmed()
3090
enum
btrfs_trim_state
align_gap_trim_state = BTRFS_TRIM_STATE_UNTRIMMED;
in btrfs_find_space_for_alloc()
3646
enum
btrfs_trim_state
reserved_trim_state,
in do_trimming()
3656
enum
btrfs_trim_state
trim_state = BTRFS_TRIM_STATE_UNTRIMMED;
in do_trimming()
3716
enum
btrfs_trim_state
extent_trim_stat
in trim_no_bitmap()
[all...]
Completed in 10 milliseconds