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:for_sync
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
fs-writeback.c
50
unsigned int
for_sync
:1; /* sync(2) WB_SYNC_ALL writeback */
member
1314
if (!work->
for_sync
)
in queue_io()
1479
if (wbc->sync_mode == WB_SYNC_ALL && !wbc->
for_sync
) {
in __writeback_single_inode()
1491
(wbc->sync_mode == WB_SYNC_ALL || wbc->
for_sync
||
in __writeback_single_inode()
1649
.
for_sync
= work->
for_sync
,
in writeback_sb_inodes()
2529
.
for_sync
= 1,
in sync_inodes_sb()
/kernel/linux/linux-5.10/include/linux/
H
A
D
writeback.h
71
unsigned
for_sync
:1; /* sync(2) WB_SYNC_ALL writeback */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
writeback.h
62
unsigned
for_sync
:1; /* sync(2) WB_SYNC_ALL writeback */
member
/kernel/linux/linux-6.6/fs/
H
A
D
fs-writeback.c
50
unsigned int
for_sync
:1; /* sync(2) WB_SYNC_ALL writeback */
member
1458
if (!work->
for_sync
)
in queue_io()
1634
if (wbc->sync_mode == WB_SYNC_ALL && !wbc->
for_sync
) {
in __writeback_single_inode()
1832
.
for_sync
= work->
for_sync
,
in writeback_sb_inodes()
2743
.
for_sync
= 1,
in sync_inodes_sb()
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
f2fs.h
1341
__field(char,
for_sync
)
1360
__entry->
for_sync
= wbc->
for_sync
;
1380
__entry->
for_sync
)
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
f2fs.h
1378
__field(char,
for_sync
)
1397
__entry->
for_sync
= wbc->
for_sync
;
1417
__entry->
for_sync
)
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
zoned.c
1784
(wbc->sync_mode == WB_SYNC_ALL && !wbc->
for_sync
))
in check_bg_is_active()
1865
/* If
for_sync
, this hole will be filled with trasnsaction commit. */
in btrfs_check_meta_write_pointer()
1866
if (wbc->sync_mode == WB_SYNC_ALL && !wbc->
for_sync
)
in btrfs_check_meta_write_pointer()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
write.c
728
wbc->for_background || wbc->
for_sync
|| wbc->for_reclaim) {
in nfs_writepages()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
inode.c
5299
if (wbc->sync_mode != WB_SYNC_ALL || wbc->
for_sync
)
in ext4_write_inode()
5314
if (wbc->sync_mode == WB_SYNC_ALL && !wbc->
for_sync
)
in ext4_write_inode()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
inode.c
5201
if (wbc->sync_mode != WB_SYNC_ALL || wbc->
for_sync
)
in ext4_write_inode()
5216
if (wbc->sync_mode == WB_SYNC_ALL && !wbc->
for_sync
)
in ext4_write_inode()
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
caps.c
2473
int wait = (wbc->sync_mode == WB_SYNC_ALL && !wbc->
for_sync
);
in ceph_write_inode()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
caps.c
2483
int wait = (wbc->sync_mode == WB_SYNC_ALL && !wbc->
for_sync
);
in ceph_write_inode()
Completed in 44 milliseconds