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:discard_state
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
discard.c
89
block_group->
discard_state
= BTRFS_DISCARD_RESET_CURSOR;
in __add_to_discard_list()
122
block_group->
discard_state
= BTRFS_DISCARD_RESET_CURSOR;
in add_to_discard_unused_list()
190
* @
discard_state
: the
discard_state
of the block_group after state management
194
*
discard_state
's control flow is managed here. Variables related to
195
*
discard_state
are reset here as needed (eg discard_cursor). @
discard_state
201
enum btrfs_discard_state *
discard_state
,
in peek_discard_list()
219
if (block_group->
discard_state
== BTRFS_DISCARD_RESET_CURSOR) {
in peek_discard_list()
221
block_group->
discard_state
in peek_discard_list()
199
peek_discard_list( struct btrfs_discard_ctl *discard_ctl, enum btrfs_
discard_state
*
discard_state
, int *discard_index, u64 now)
peek_discard_list()
argument
430
enum btrfs_
discard_state
discard_state
;
btrfs_discard_workfn()
local
[all...]
H
A
D
block-group.h
146
enum btrfs_discard_state
discard_state
;
member
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
discard.c
106
block_group->
discard_state
= BTRFS_DISCARD_RESET_CURSOR;
in __add_to_discard_list()
145
block_group->
discard_state
= BTRFS_DISCARD_RESET_CURSOR;
in add_to_discard_unused_list()
227
* @
discard_state
: the
discard_state
of the block_group after state management
232
* @
discard_state
's control flow is managed here. Variables related to
233
* @
discard_state
are reset here as needed (eg. @discard_cursor). @
discard_state
239
enum btrfs_discard_state *
discard_state
,
in peek_discard_list()
259
if (block_group->
discard_state
== BTRFS_DISCARD_RESET_CURSOR) {
in peek_discard_list()
261
block_group->
discard_state
in peek_discard_list()
237
peek_discard_list( struct btrfs_discard_ctl *discard_ctl, enum btrfs_
discard_state
*
discard_state
, int *discard_index, u64 now)
peek_discard_list()
argument
486
enum btrfs_
discard_state
discard_state
;
btrfs_discard_workfn()
local
[all...]
H
A
D
block-group.h
200
enum btrfs_discard_state
discard_state
;
member
Completed in 4 milliseconds