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_fields
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item.c
55
if ((iip->
ili_fields
& XFS_ILOG_DEXT) &&
in xfs_inode_item_data_fork_size()
64
if ((iip->
ili_fields
& XFS_ILOG_DBROOT) &&
in xfs_inode_item_data_fork_size()
71
if ((iip->
ili_fields
& XFS_ILOG_DDATA) &&
in xfs_inode_item_data_fork_size()
96
if ((iip->
ili_fields
& XFS_ILOG_AEXT) &&
in xfs_inode_item_attr_fork_size()
105
if ((iip->
ili_fields
& XFS_ILOG_ABROOT) &&
in xfs_inode_item_attr_fork_size()
112
if ((iip->
ili_fields
& XFS_ILOG_ADATA) &&
in xfs_inode_item_attr_fork_size()
161
iip->
ili_fields
&=
in xfs_inode_item_format_data_fork()
164
if ((iip->
ili_fields
& XFS_ILOG_DEXT) &&
in xfs_inode_item_format_data_fork()
180
iip->
ili_fields
&= ~XFS_ILOG_DEXT;
in xfs_inode_item_format_data_fork()
184
iip->
ili_fields
in xfs_inode_item_format_data_fork()
[all...]
H
A
D
xfs_inode_item.h
33
unsigned int
ili_fields
; /* fields to be logged */
member
41
return !ip->i_itemp || !(ip->i_itemp->
ili_fields
& XFS_ILOG_ALL);
in xfs_inode_clean()
H
A
D
xfs_inode.c
2575
iip->ili_last_fields = iip->
ili_fields
;
in xfs_ifree_mark_inode_stale()
2576
iip->
ili_fields
= 0;
in xfs_ifree_mark_inode_stale()
2729
iip->
ili_fields
&= ~(XFS_ILOG_AOWNER | XFS_ILOG_DOWNER);
in xfs_ifree()
3556
* the
ili_fields
bits so we don't log and flush things unnecessarily.
in xfs_iflush()
3564
* logging the inode, these bits are moved back to the
ili_fields
field.
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()
3574
iip->
ili_fields
= 0;
in xfs_iflush()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item.c
122
* (
ili_fields
) correctly tracks that the version has changed.
in xfs_inode_item_precommit()
137
* progress, so nothing will clear the
ili_fields
while we read
in xfs_inode_item_precommit()
165
* in the eventual clearing of the
ili_fields
bits. See the big comment
in xfs_inode_item_precommit()
168
iip->
ili_fields
|= (flags | iip->ili_last_fields);
in xfs_inode_item_precommit()
203
if ((iip->
ili_fields
& XFS_ILOG_DEXT) &&
in xfs_inode_item_data_fork_size()
212
if ((iip->
ili_fields
& XFS_ILOG_DBROOT) &&
in xfs_inode_item_data_fork_size()
219
if ((iip->
ili_fields
& XFS_ILOG_DDATA) &&
in xfs_inode_item_data_fork_size()
244
if ((iip->
ili_fields
& XFS_ILOG_AEXT) &&
in xfs_inode_item_attr_fork_size()
253
if ((iip->
ili_fields
& XFS_ILOG_ABROOT) &&
in xfs_inode_item_attr_fork_size()
260
if ((iip->
ili_fields
in xfs_inode_item_attr_fork_size()
[all...]
H
A
D
xfs_inode_item.h
34
unsigned int
ili_fields
; /* fields to be logged */
member
42
return !ip->i_itemp || !(ip->i_itemp->
ili_fields
& XFS_ILOG_ALL);
in xfs_inode_clean()
H
A
D
xfs_inode.c
2245
iip->ili_last_fields = iip->
ili_fields
;
in xfs_ifree_mark_inode_stale()
2246
iip->
ili_fields
= 0;
in xfs_ifree_mark_inode_stale()
2405
iip->
ili_fields
&= ~(XFS_ILOG_AOWNER | XFS_ILOG_DOWNER);
in xfs_ifree()
3296
* the
ili_fields
bits so we don't log and flush things unnecessarily.
in xfs_iflush()
3304
* logging the inode, these bits are moved back to the
ili_fields
field.
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()
3314
iip->
ili_fields
= 0;
in xfs_iflush()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_inode_fork.c
608
if ((iip->
ili_fields
& dataflag[whichfork]) &&
in xfs_iflush_fork()
618
!(iip->
ili_fields
& extflag[whichfork]));
in xfs_iflush_fork()
619
if ((iip->
ili_fields
& extflag[whichfork]) &&
in xfs_iflush_fork()
628
if ((iip->
ili_fields
& brootflag[whichfork]) &&
in xfs_iflush_fork()
640
if (iip->
ili_fields
& XFS_ILOG_DEV) {
in xfs_iflush_fork()
H
A
D
xfs_trans_inode.c
161
* progress, so nothing will clear the
ili_fields
while we read
in xfs_trans_log_inode()
192
* in the eventual clearing of the
ili_fields
bits. See the big comment
in xfs_trans_log_inode()
195
iip->
ili_fields
|= (flags | iip->ili_last_fields | iversion_flags);
in xfs_trans_log_inode()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_inode_fork.c
626
if ((iip->
ili_fields
& dataflag[whichfork]) &&
in xfs_iflush_fork()
635
if ((iip->
ili_fields
& extflag[whichfork]) &&
in xfs_iflush_fork()
644
if ((iip->
ili_fields
& brootflag[whichfork]) &&
in xfs_iflush_fork()
656
if (iip->
ili_fields
& XFS_ILOG_DEV) {
in xfs_iflush_fork()
Completed in 13 milliseconds