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_read_folio
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
extent_io.h
186
int
btrfs_read_folio
(struct file *file, struct folio *folio);
H
A
D
defrag.c
787
btrfs_read_folio
(NULL, page_folio(page));
in defrag_prepare_one_page()
H
A
D
relocation.c
2871
*
btrfs_read_folio
()
in prealloc_file_extent_cluster()
3017
btrfs_read_folio
(NULL, page_folio(page));
in relocate_one_page()
H
A
D
free-space-cache.c
473
btrfs_read_folio
(NULL, page_folio(page));
in io_ctl_prepare_pages()
H
A
D
file.c
852
ret =
btrfs_read_folio
(NULL, folio);
in prepare_uptodate_page()
862
* Since
btrfs_read_folio
() will unlock the folio before it
in prepare_uptodate_page()
H
A
D
extent_io.c
1124
int
btrfs_read_folio
(struct file *file, struct folio *folio)
in btrfs_read_folio()
function
H
A
D
inode.c
4728
ret =
btrfs_read_folio
(NULL, page_folio(page));
in btrfs_truncate_block()
10942
.read_folio =
btrfs_read_folio
,
H
A
D
send.c
5296
btrfs_read_folio
(NULL, page_folio(page));
in put_file_data()
Completed in 53 milliseconds