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:dioread_nolock
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
inode.c
228
* dirtied the inode. And for inodes with
dioread_nolock
, unwritten
in ext4_evict_inode()
456
* e.g. xfstests #223 when
dioread_nolock
enables. The reason
in ext4_map_blocks_es_recheck()
2401
int err,
dioread_nolock
;
in mpage_map_one_extent()
local
2422
dioread_nolock
= ext4_should_dioread_nolock(inode);
in mpage_map_one_extent()
2423
if (
dioread_nolock
)
in mpage_map_one_extent()
2431
if (
dioread_nolock
&& (map->m_flags & EXT4_MAP_UNWRITTEN)) {
in mpage_map_one_extent()
6079
* fallocate or buffered writes in
dioread_nolock
mode covered by
in ext4_change_inode_journal_flag()
6174
* be used; and there's no
dioread_nolock
, so only ext4_get_block.
in ext4_page_mkwrite()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
inode.c
197
* dirtied the inode. And for inodes with
dioread_nolock
, unwritten
in ext4_evict_inode()
425
* e.g. xfstests #223 when
dioread_nolock
enables. The reason
in ext4_map_blocks_es_recheck()
2144
int err,
dioread_nolock
;
in mpage_map_one_extent()
local
2165
dioread_nolock
= ext4_should_dioread_nolock(inode);
in mpage_map_one_extent()
2166
if (
dioread_nolock
)
in mpage_map_one_extent()
2174
if (
dioread_nolock
&& (map->m_flags & EXT4_MAP_UNWRITTEN)) {
in mpage_map_one_extent()
6002
* fallocate or buffered writes in
dioread_nolock
mode covered by
in ext4_change_inode_journal_flag()
6098
* be used; and there's no
dioread_nolock
, so only ext4_get_block.
in ext4_page_mkwrite()
Completed in 18 milliseconds