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:f2fs_bio_info
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
data.c
387
struct
f2fs_bio_info
*io = (struct
f2fs_bio_info
*)bio->bi_private;
in f2fs_zone_write_end_io()
575
static void __submit_merged_bio(struct
f2fs_bio_info
*io)
in __submit_merged_bio()
638
array_size(n, sizeof(struct
f2fs_bio_info
)),
in f2fs_init_write_merge_io()
666
struct
f2fs_bio_info
*io = sbi->write_io[btype] + temp;
in __f2fs_submit_merged_write()
695
struct
f2fs_bio_info
*io = sbi->write_io[btype] + temp;
in __submit_merged_write_cond()
783
static bool io_type_is_mergeable(struct
f2fs_bio_info
*io,
in io_type_is_mergeable()
792
struct
f2fs_bio_info
*io,
in io_is_mergeable()
815
struct
f2fs_bio_info
*io = sbi->write_io[DATA] + temp;
in add_bio_entry()
845
struct
f2fs_bio_info
*i
in add_ipu_page()
[all...]
H
A
D
f2fs.h
1221
struct
f2fs_bio_info
{
struct
1562
struct
f2fs_bio_info
*write_io[NR_PAGE_TYPE]; /* for write bios */
H
A
D
segment.c
3504
struct
f2fs_bio_info
*io;
in f2fs_allocate_data_block()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
data.c
574
static void __submit_merged_bio(struct
f2fs_bio_info
*io)
in __submit_merged_bio()
634
struct
f2fs_bio_info
*io = sbi->write_io[btype] + temp;
in __f2fs_submit_merged_write()
660
struct
f2fs_bio_info
*io = sbi->write_io[btype] + temp;
in __submit_merged_write_cond()
744
static bool io_type_is_mergeable(struct
f2fs_bio_info
*io,
in io_type_is_mergeable()
753
struct
f2fs_bio_info
*io,
in io_is_mergeable()
776
struct
f2fs_bio_info
*io = sbi->write_io[DATA] + temp;
in add_bio_entry()
806
struct
f2fs_bio_info
*io = sbi->write_io[DATA] + temp;
in add_ipu_page()
855
struct
f2fs_bio_info
*io = sbi->write_io[DATA] + temp;
in f2fs_submit_merged_ipu_write()
948
struct
f2fs_bio_info
*io = sbi->write_io[btype] + fio->temp;
in f2fs_submit_page_write()
H
A
D
f2fs.h
1159
struct
f2fs_bio_info
{
struct
1412
struct
f2fs_bio_info
*write_io[NR_PAGE_TYPE]; /* for write bios */
H
A
D
super.c
3712
sizeof(struct
f2fs_bio_info
)),
in f2fs_fill_super()
H
A
D
segment.c
3592
struct
f2fs_bio_info
*io;
in f2fs_allocate_data_block()
Completed in 45 milliseconds