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:di_flushiter
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item_recover.c
189
to->
di_flushiter
= 0;
in xfs_log_dinode_to_disk()
191
to->
di_flushiter
= cpu_to_be16(from->
di_flushiter
);
in xfs_log_dinode_to_disk()
291
*
di_flushiter
is only valid for v1/2 inodes. All changes for v3 inodes
in xlog_recover_inode_commit_pass2()
295
* superblock flag to determine whether we need to look at
di_flushiter
in xlog_recover_inode_commit_pass2()
299
ldip->
di_flushiter
< be16_to_cpu(dip->
di_flushiter
)) {
in xlog_recover_inode_commit_pass2()
304
if (be16_to_cpu(dip->
di_flushiter
) == DI_MAX_FLUSH &&
in xlog_recover_inode_commit_pass2()
305
ldip->
di_flushiter
< (DI_MAX_FLUSH >> 1)) {
in xlog_recover_inode_commit_pass2()
315
ldip->
di_flushiter
in xlog_recover_inode_commit_pass2()
[all...]
H
A
D
xfs_inode_item.c
383
to->
di_flushiter
= 0;
in xfs_inode_to_log_dinode()
386
to->
di_flushiter
= from->
di_flushiter
;
in xfs_inode_to_log_dinode()
H
A
D
xfs_inode.c
3518
*
di_flushiter
count for correct sequencing. We bump the flush
in xfs_iflush()
3526
ip->i_d.
di_flushiter
++;
in xfs_iflush()
3547
if (ip->i_d.
di_flushiter
== DI_MAX_FLUSH)
in xfs_iflush()
3548
ip->i_d.
di_flushiter
= 0;
in xfs_iflush()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item_recover.c
211
to->
di_flushiter
= cpu_to_be16(from->
di_flushiter
);
in xfs_log_dinode_to_disk()
366
*
di_flushiter
is only valid for v1/2 inodes. All changes for v3 inodes
in xlog_recover_inode_commit_pass2()
370
* superblock flag to determine whether we need to look at
di_flushiter
in xlog_recover_inode_commit_pass2()
374
if (ldip->
di_flushiter
< be16_to_cpu(dip->
di_flushiter
)) {
in xlog_recover_inode_commit_pass2()
379
if (be16_to_cpu(dip->
di_flushiter
) == DI_MAX_FLUSH &&
in xlog_recover_inode_commit_pass2()
380
ldip->
di_flushiter
< (DI_MAX_FLUSH >> 1)) {
in xlog_recover_inode_commit_pass2()
390
ldip->
di_flushiter
= 0;
in xlog_recover_inode_commit_pass2()
H
A
D
xfs_inode_item.c
561
to->
di_flushiter
= ip->i_flushiter;
in xfs_inode_to_log_dinode()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
215
to->
di_flushiter
= be16_to_cpu(from->
di_flushiter
);
in xfs_inode_from_disk()
347
to->
di_flushiter
= 0;
in xfs_inode_to_disk()
350
to->
di_flushiter
= cpu_to_be16(from->
di_flushiter
);
in xfs_inode_to_disk()
H
A
D
xfs_inode_buf.h
19
uint16_t
di_flushiter
; /* incremented on flush */
member
H
A
D
xfs_log_format.h
395
uint16_t
di_flushiter
; /* incremented on flush */
member
H
A
D
xfs_format.h
955
* Note:
di_flushiter
is only used by v1/2 inodes - it's effectively a zeroed
971
__be16
di_flushiter
; /* incremented on flush */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
194
ip->i_flushiter = be16_to_cpu(from->
di_flushiter
);
in xfs_inode_from_disk()
345
to->
di_flushiter
= cpu_to_be16(ip->i_flushiter);
in xfs_inode_to_disk()
H
A
D
xfs_log_format.h
416
uint16_t
di_flushiter
; /* V2 inode incremented on flush */
member
H
A
D
xfs_format.h
788
* Note:
di_flushiter
is only used by v1/2 inodes - it's effectively a zeroed
813
__be16
di_flushiter
;
member
Completed in 22 milliseconds