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:whint_mode
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
super.c
229
{Opt_whint, "
whint_mode
=%s"},
865
F2FS_OPTION(sbi).
whint_mode
= WHINT_MODE_USER;
in parse_options()
867
F2FS_OPTION(sbi).
whint_mode
= WHINT_MODE_OFF;
in parse_options()
869
F2FS_OPTION(sbi).
whint_mode
= WHINT_MODE_FS;
in parse_options()
1100
F2FS_OPTION(sbi).
whint_mode
= WHINT_MODE_OFF;
in parse_options()
1706
if (F2FS_OPTION(sbi).
whint_mode
== WHINT_MODE_USER)
in f2fs_show_options()
1707
seq_printf(seq, ",
whint_mode
=%s", "user-based");
in f2fs_show_options()
1708
else if (F2FS_OPTION(sbi).
whint_mode
== WHINT_MODE_FS)
in f2fs_show_options()
1709
seq_printf(seq, ",
whint_mode
=%s", "fs-based");
in f2fs_show_options()
1745
F2FS_OPTION(sbi).
whint_mode
in default_options()
[all...]
H
A
D
data.c
3689
int
whint_mode
= F2FS_OPTION(sbi).
whint_mode
;
in f2fs_direct_IO()
local
3703
if (rw == WRITE &&
whint_mode
== WHINT_MODE_OFF)
in f2fs_direct_IO()
3736
if (
whint_mode
== WHINT_MODE_OFF)
in f2fs_direct_IO()
H
A
D
segment.c
3323
* the mount option '
whint_mode
'.
3325
* 1)
whint_mode
=off. F2FS only passes down WRITE_LIFE_NOT_SET.
3327
* 2)
whint_mode
=user-based. F2FS tries to pass down hints given by users.
3354
* 3)
whint_mode
=fs-based. F2FS passes down hints with its policy.
3385
if (F2FS_OPTION(sbi).
whint_mode
== WHINT_MODE_USER) {
in f2fs_io_type_to_rw_hint()
3396
} else if (F2FS_OPTION(sbi).
whint_mode
== WHINT_MODE_FS) {
in f2fs_io_type_to_rw_hint()
H
A
D
f2fs.h
143
int
whint_mode
;
member
Completed in 22 milliseconds