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_anextents
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item_recover.c
171
to->
di_anextents
= cpu_to_be16(from->
di_anextents
);
in xfs_log_dinode_to_disk()
345
if (unlikely(ldip->di_nextents + ldip->
di_anextents
> ldip->di_nblocks)){
in xlog_recover_inode_commit_pass2()
353
ldip->di_nextents + ldip->
di_anextents
,
in xlog_recover_inode_commit_pass2()
H
A
D
xfs_inode_item.c
363
to->
di_anextents
= xfs_ifork_nextents(ip->i_afp);
in xfs_inode_to_log_dinode()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
inode.c
392
if (dip->
di_anextents
!= 0 && dip->di_forkoff == 0)
in xchk_dinode()
403
/*
di_anextents
*/
in xchk_dinode()
404
nextents = be16_to_cpu(dip->
di_anextents
);
in xchk_dinode()
501
if (nextents != be16_to_cpu(dip->
di_anextents
))
in xchk_inode_xref_bmap()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item_recover.c
163
to->
di_anextents
= cpu_to_be16(from->
di_anextents
);
in xfs_log_dinode_to_disk_iext_counters()
253
anextents = ldip->
di_anextents
;
in xlog_dinode_verify_extent_counts()
H
A
D
xfs_inode_item.c
509
to->
di_anextents
= xfs_ifork_nextents(&ip->i_af);
in xfs_inode_to_log_dinode_iext_counters()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
330
to->
di_anextents
= cpu_to_be16(xfs_ifork_nextents(ip->i_afp));
in xfs_inode_to_disk()
480
be32_to_cpu(dip->di_nextents) + be16_to_cpu(dip->
di_anextents
) >
in xfs_dinode_verify()
538
if (dip->
di_anextents
)
in xfs_dinode_verify()
H
A
D
xfs_log_format.h
403
xfs_aextnum_t
di_anextents
; /* number of extents in attribute fork*/
member
H
A
D
xfs_format.h
979
__be16
di_anextents
; /* number of extents in attribute fork*/
member
1100
be16_to_cpu((dip)->
di_anextents
))
H
A
D
xfs_inode_fork.c
298
ip->i_afp->if_nextents = be16_to_cpu(dip->
di_anextents
);
in xfs_iformat_attr_fork()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_inode_fork.h
142
return be16_to_cpu(dip->
di_anextents
);
in xfs_dfork_attr_extents()
H
A
D
xfs_log_format.h
432
uint16_t
di_anextents
;
member
H
A
D
xfs_inode_buf.c
297
to->
di_anextents
= cpu_to_be16(xfs_ifork_nextents(&ip->i_af));
in xfs_inode_to_disk_iext_counters()
H
A
D
xfs_format.h
829
__be16
di_anextents
;
member
Completed in 20 milliseconds