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:fully_mapped
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/nilfs2/
H
A
D
file.c
73
int
fully_mapped
= 1;
in nilfs_page_mkwrite()
local
78
fully_mapped
= 0;
in nilfs_page_mkwrite()
83
if (
fully_mapped
) {
in nilfs_page_mkwrite()
/kernel/linux/linux-6.6/fs/nilfs2/
H
A
D
file.c
73
int
fully_mapped
= 1;
in nilfs_page_mkwrite()
local
78
fully_mapped
= 0;
in nilfs_page_mkwrite()
83
if (
fully_mapped
) {
in nilfs_page_mkwrite()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
readpage.c
251
int
fully_mapped
= 1;
in ext4_mpage_readpages()
local
314
fully_mapped
= 0;
in ext4_mpage_readpages()
350
} else if (
fully_mapped
) {
in ext4_mpage_readpages()
353
if (
fully_mapped
&& blocks_per_page == 1 &&
in ext4_mpage_readpages()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
readpage.c
245
int
fully_mapped
= 1;
in ext4_mpage_readpages()
local
307
fully_mapped
= 0;
in ext4_mpage_readpages()
343
} else if (
fully_mapped
) {
in ext4_mpage_readpages()
/kernel/linux/linux-5.10/fs/
H
A
D
mpage.c
172
int
fully_mapped
= 1;
in do_mpage_readpage()
local
237
fully_mapped
= 0;
in do_mpage_readpage()
283
} else if (
fully_mapped
) {
in do_mpage_readpage()
287
if (
fully_mapped
&& blocks_per_page == 1 && !PageUptodate(page) &&
in do_mpage_readpage()
H
A
D
buffer.c
2266
int
fully_mapped
= 1;
in block_read_full_page()
local
2285
fully_mapped
= 0;
in block_read_full_page()
2308
if (
fully_mapped
)
in block_read_full_page()
/kernel/linux/linux-6.6/fs/
H
A
D
mpage.c
175
int
fully_mapped
= 1;
in do_mpage_readpage()
local
240
fully_mapped
= 0;
in do_mpage_readpage()
286
} else if (
fully_mapped
) {
in do_mpage_readpage()
H
A
D
buffer.c
2370
int
fully_mapped
= 1;
in block_read_full_folio()
local
2397
fully_mapped
= 0;
in block_read_full_folio()
2423
if (
fully_mapped
)
in block_read_full_folio()
Completed in 12 milliseconds