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:sync_writers
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
btrfs_inode.h
108
atomic_t
sync_writers
;
member
H
A
D
file.c
1959
atomic_inc(&BTRFS_I(inode)->
sync_writers
);
in btrfs_file_write_iter()
2013
atomic_dec(&BTRFS_I(inode)->
sync_writers
);
in btrfs_file_write_iter()
2052
atomic_inc(&BTRFS_I(inode)->
sync_writers
);
in start_ordered_ops()
2054
atomic_dec(&BTRFS_I(inode)->
sync_writers
);
in start_ordered_ops()
H
A
D
transaction.c
1024
atomic_inc(&BTRFS_I(fs_info->btree_inode)->
sync_writers
);
in btrfs_write_marked_extents()
1060
atomic_dec(&BTRFS_I(fs_info->btree_inode)->
sync_writers
);
in btrfs_write_marked_extents()
H
A
D
inode.c
2171
* (
sync_writers
!= 0)
2187
int async = !atomic_read(&BTRFS_I(inode)->
sync_writers
);
in btrfs_submit_data_bio()
7789
async_submit = !atomic_read(&BTRFS_I(inode)->
sync_writers
);
in btrfs_submit_dio_bio()
8720
atomic_set(&ei->
sync_writers
, 0);
in btrfs_alloc_inode()
H
A
D
disk-io.c
809
if (atomic_read(&bi->
sync_writers
))
in check_async_write()
Completed in 25 milliseconds