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:stripe_pages
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
raid56.c
32
* set when it is safe to trust the
stripe_pages
for caching
157
struct page **
stripe_pages
;
member
243
* bio_pages array into the
stripe_pages
array. We
266
d = kmap(rbio->
stripe_pages
[i]);
in cache_rbio_pages()
271
kunmap(rbio->
stripe_pages
[i]);
in cache_rbio_pages()
272
SetPageUptodate(rbio->
stripe_pages
[i]);
in cache_rbio_pages()
309
s = src->
stripe_pages
[i];
in steal_rbio()
314
d = dest->
stripe_pages
[i];
in steal_rbio()
318
dest->
stripe_pages
[i] = s;
in steal_rbio()
319
src->
stripe_pages
[
in steal_rbio()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
raid56.c
36
* set when it is safe to trust the
stripe_pages
for caching
80
kfree(rbio->
stripe_pages
);
in free_raid_bio_pointers()
98
if (rbio->
stripe_pages
[i]) {
in free_raid_bio()
99
__free_page(rbio->
stripe_pages
[i]);
in free_raid_bio()
100
rbio->
stripe_pages
[i] = NULL;
in free_raid_bio()
160
* bio_sectors array into the
stripe_pages
array. We
251
rbio->stripe_sectors[i].page = rbio->
stripe_pages
[page_index];
in index_stripe_sectors()
263
if (dest->
stripe_pages
[page_nr])
in steal_rbio_page()
264
__free_page(dest->
stripe_pages
[page_nr]);
in steal_rbio_page()
265
dest->
stripe_pages
[page_n
in steal_rbio_page()
[all...]
H
A
D
raid56.h
107
struct page **
stripe_pages
;
member
114
*
stripe_pages
.
Completed in 4 milliseconds