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:NR_TEMP_TYPE
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
data.c
432
unsigned int temp_mask = GENMASK(
NR_TEMP_TYPE
- 1, 0);
in f2fs_io_flags()
446
meta_flag = (io_flag >>
NR_TEMP_TYPE
) & temp_mask;
in f2fs_io_flags()
634
int n = (i == META) ? 1 :
NR_TEMP_TYPE
;
in f2fs_init_write_merge_io()
692
for (temp = HOT; temp <
NR_TEMP_TYPE
; temp++) {
in __submit_merged_write_cond()
844
for (temp = HOT; temp <
NR_TEMP_TYPE
&& !found; temp++) {
in add_ipu_page()
893
for (temp = HOT; temp <
NR_TEMP_TYPE
&& !found; temp++) {
in f2fs_submit_merged_ipu_write()
H
A
D
f2fs.h
1126
NR_TEMP_TYPE
,
enumerator
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
data.c
549
unsigned int temp_mask = (1 <<
NR_TEMP_TYPE
) - 1;
in __attach_io_flag()
560
meta_flag = (io_flag >>
NR_TEMP_TYPE
) & temp_mask;
in __attach_io_flag()
657
for (temp = HOT; temp <
NR_TEMP_TYPE
; temp++) {
in __submit_merged_write_cond()
805
for (temp = HOT; temp <
NR_TEMP_TYPE
&& !found; temp++) {
in add_ipu_page()
854
for (temp = HOT; temp <
NR_TEMP_TYPE
&& !found; temp++) {
in f2fs_submit_merged_ipu_write()
H
A
D
super.c
3706
int n = (i == META) ? 1:
NR_TEMP_TYPE
;
in f2fs_fill_super()
H
A
D
f2fs.h
1072
NR_TEMP_TYPE
,
enumerator
Completed in 31 milliseconds