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:ili_last_fields
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item.h
32
unsigned int
ili_last_fields
; /* fields when flushed */
member
H
A
D
xfs_inode_item.c
734
iip->
ili_last_fields
= 0;
in xfs_iflush_finish()
767
if (!iip->
ili_last_fields
)
in xfs_buf_inode_iodone()
825
iip->
ili_last_fields
= 0;
in xfs_iflush_abort()
H
A
D
xfs_inode.c
2556
ASSERT(iip->
ili_last_fields
);
in xfs_ifree_mark_inode_stale()
2575
iip->
ili_last_fields
= iip->ili_fields;
in xfs_ifree_mark_inode_stale()
2579
ASSERT(iip->
ili_last_fields
);
in xfs_ifree_mark_inode_stale()
3563
* What we do is move the bits to the
ili_last_fields
field. When
in xfs_iflush()
3565
* In the xfs_buf_inode_iodone() routine we clear
ili_last_fields
, since
in xfs_iflush()
3568
* again, then both ili_fields and
ili_last_fields
will be cleared.
in xfs_iflush()
3573
iip->
ili_last_fields
= iip->ili_fields;
in xfs_iflush()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item.h
33
unsigned int
ili_last_fields
; /* fields when flushed */
member
H
A
D
xfs_inode_item.c
163
* Always OR in the bits from the
ili_last_fields
field. This is to
in xfs_inode_item_precommit()
168
iip->ili_fields |= (flags | iip->
ili_last_fields
);
in xfs_inode_item_precommit()
932
iip->
ili_last_fields
= 0;
in xfs_iflush_finish()
965
if (!iip->
ili_last_fields
)
in xfs_buf_inode_iodone()
1006
iip->
ili_last_fields
= 0;
in xfs_iflush_abort_clean()
H
A
D
xfs_inode.c
2226
ASSERT(iip->
ili_last_fields
);
in xfs_ifree_mark_inode_stale()
2245
iip->
ili_last_fields
= iip->ili_fields;
in xfs_ifree_mark_inode_stale()
2249
ASSERT(iip->
ili_last_fields
);
in xfs_ifree_mark_inode_stale()
3303
* What we do is move the bits to the
ili_last_fields
field. When
in xfs_iflush()
3305
* In the xfs_buf_inode_iodone() routine we clear
ili_last_fields
, since
in xfs_iflush()
3308
* again, then both ili_fields and
ili_last_fields
will be cleared.
in xfs_iflush()
3313
iip->
ili_last_fields
= iip->ili_fields;
in xfs_iflush()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_trans_inode.c
190
* Always OR in the bits from the
ili_last_fields
field. This is to
in xfs_trans_log_inode()
195
iip->ili_fields |= (flags | iip->
ili_last_fields
| iversion_flags);
in xfs_trans_log_inode()
Completed in 12 milliseconds