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_inodes_sb
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
sync.c
63
sync_inodes_sb
(sb);
in sync_filesystem()
76
sync_inodes_sb
(sb);
in sync_inodes_one_sb()
H
A
D
fs-writeback.c
366
* If @inode switches cgwb membership while
sync_inodes_sb
() is
in inode_switch_wbs_work_fn()
367
* being issued,
sync_inodes_sb
() might miss it. Synchronize.
in inode_switch_wbs_work_fn()
2512
*
sync_inodes_sb
- sync sb inode pages
2518
void
sync_inodes_sb
(struct super_block *sb)
in sync_inodes_sb()
function
2549
EXPORT_SYMBOL(
sync_inodes_sb
);
variable
/kernel/linux/linux-6.6/fs/
H
A
D
sync.c
64
sync_inodes_sb
(sb);
in sync_filesystem()
77
sync_inodes_sb
(sb);
in sync_inodes_one_sb()
H
A
D
fs-writeback.c
477
* If @inode switches cgwb membership while
sync_inodes_sb
() is
in inode_switch_wbs_work_fn()
478
* being issued,
sync_inodes_sb
() might miss it. Synchronize.
in inode_switch_wbs_work_fn()
2726
*
sync_inodes_sb
- sync sb inode pages
2732
void
sync_inodes_sb
(struct super_block *sb)
in sync_inodes_sb()
function
2763
EXPORT_SYMBOL(
sync_inodes_sb
);
variable
/kernel/linux/linux-5.10/include/linux/
H
A
D
writeback.h
195
void
sync_inodes_sb
(struct super_block *);
/kernel/linux/linux-6.6/include/linux/
H
A
D
writeback.h
186
void
sync_inodes_sb
(struct super_block *);
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
main.c
510
* There exists a gap between
sync_inodes_sb
() and sync_fs()
in hmdfs_sync_fs()
514
* To avoid this, we have to invoke
sync_inodes_sb
() again
in hmdfs_sync_fs()
518
sync_inodes_sb
(sb);
in hmdfs_sync_fs()
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
main.c
510
* There exists a gap between
sync_inodes_sb
() and sync_fs()
in hmdfs_sync_fs()
514
* To avoid this, we have to invoke
sync_inodes_sb
() again
in hmdfs_sync_fs()
518
sync_inodes_sb
(sb);
in hmdfs_sync_fs()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
super.c
1847
sync_inodes_sb
(sbi->sb);
in f2fs_enable_checkpoint()
1997
sync_inodes_sb
(sb);
in f2fs_remount()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_super.c
565
sync_inodes_sb
(sb);
in xfs_flush_inodes_worker()
572
* or a page lock. We use
sync_inodes_sb
() here to ensure we block while waiting
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_super.c
617
sync_inodes_sb
(sb);
in xfs_flush_inodes_worker()
624
* or a page lock. We use
sync_inodes_sb
() here to ensure we block while waiting
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
super.c
2301
sync_inodes_sb
(sbi->sb);
in f2fs_enable_checkpoint()
2486
sync_inodes_sb
(sb);
in f2fs_remount()
Completed in 26 milliseconds