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:ilf_size
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item.c
178
ilf->
ilf_size
++;
in xfs_inode_item_format_data_fork()
194
ilf->
ilf_size
++;
in xfs_inode_item_format_data_fork()
217
ilf->
ilf_size
++;
in xfs_inode_item_format_data_fork()
262
ilf->
ilf_size
++;
in xfs_inode_item_format_attr_fork()
279
ilf->
ilf_size
++;
in xfs_inode_item_format_attr_fork()
301
ilf->
ilf_size
++;
in xfs_inode_item_format_attr_fork()
437
ilf->
ilf_size
= 2; /* format + core */
in xfs_inode_item_format()
856
in_f->
ilf_size
= in_f32->
ilf_size
;
in xfs_inode_item_format_convert()
H
A
D
xfs_inode_item_recover.c
397
if (in_f->
ilf_size
== 2)
in xlog_recover_inode_commit_pass2()
401
ASSERT(in_f->
ilf_size
<= 4);
in xlog_recover_inode_commit_pass2()
402
ASSERT((in_f->
ilf_size
== 3) || (fields & XFS_ILOG_AFORK));
in xlog_recover_inode_commit_pass2()
H
A
D
xfs_log_recover.c
2142
if (in_f->
ilf_size
== 0 ||
in xlog_recover_add_to_trans()
2143
in_f->
ilf_size
> XLOG_MAX_REGIONS_IN_ITEM) {
in xlog_recover_add_to_trans()
2146
in_f->
ilf_size
);
in xlog_recover_add_to_trans()
2152
item->ri_total = in_f->
ilf_size
;
in xlog_recover_add_to_trans()
H
A
D
xfs_trace.h
2215
__entry->size = in_f->
ilf_size
;
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item.c
326
ilf->
ilf_size
++;
in xfs_inode_item_format_data_fork()
342
ilf->
ilf_size
++;
in xfs_inode_item_format_data_fork()
360
ilf->
ilf_size
++;
in xfs_inode_item_format_data_fork()
405
ilf->
ilf_size
++;
in xfs_inode_item_format_attr_fork()
422
ilf->
ilf_size
++;
in xfs_inode_item_format_attr_fork()
438
ilf->
ilf_size
++;
in xfs_inode_item_format_attr_fork()
615
ilf->
ilf_size
= 2; /* format + core */
in xfs_inode_item_format()
1151
in_f->
ilf_size
= in_f32->
ilf_size
;
in xfs_inode_item_format_convert()
H
A
D
xfs_inode_item_recover.c
461
if (in_f->
ilf_size
== 2)
in xlog_recover_inode_commit_pass2()
465
ASSERT(in_f->
ilf_size
<= 4);
in xlog_recover_inode_commit_pass2()
466
ASSERT((in_f->
ilf_size
== 3) || (fields & XFS_ILOG_AFORK));
in xlog_recover_inode_commit_pass2()
H
A
D
xfs_log_recover.c
2162
if (in_f->
ilf_size
== 0 ||
in xlog_recover_add_to_trans()
2163
in_f->
ilf_size
> XLOG_MAX_REGIONS_IN_ITEM) {
in xlog_recover_add_to_trans()
2166
in_f->
ilf_size
);
in xlog_recover_add_to_trans()
2172
item->ri_total = in_f->
ilf_size
;
in xlog_recover_add_to_trans()
H
A
D
xfs_trace.h
2352
__entry->size = in_f->
ilf_size
;
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
270
uint16_t
ilf_size
; /* size of this item */
member
292
uint16_t
ilf_size
; /* size of this item */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
275
uint16_t
ilf_size
; /* size of this item */
member
297
uint16_t
ilf_size
; /* size of this item */
member
Completed in 26 milliseconds