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_nextents
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
329
to->
di_nextents
= cpu_to_be32(xfs_ifork_nextents(&ip->i_df));
in xfs_inode_to_disk()
360
uint32_t
di_nextents
= XFS_DFORK_NEXTENTS(dip, whichfork);
in xfs_dinode_verify_fork()
local
391
if (
di_nextents
)
in xfs_dinode_verify_fork()
395
if (
di_nextents
> XFS_DFORK_MAXEXT(dip, mp, whichfork))
in xfs_dinode_verify_fork()
400
if (
di_nextents
> MAXAEXTNUM)
in xfs_dinode_verify_fork()
402
} else if (
di_nextents
> MAXEXTNUM) {
in xfs_dinode_verify_fork()
480
be32_to_cpu(dip->
di_nextents
) + be16_to_cpu(dip->di_anextents) >
in xfs_dinode_verify()
H
A
D
xfs_log_format.h
402
xfs_extnum_t
di_nextents
; /* number of extents in data fork */
member
H
A
D
xfs_format.h
978
__be32
di_nextents
; /* number of extents in data fork */
member
1099
be32_to_cpu((dip)->
di_nextents
) : \
H
A
D
xfs_inode_fork.c
236
ip->i_df.if_nextents = be32_to_cpu(dip->
di_nextents
);
in xfs_iformat_data_fork()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
296
to->
di_nextents
= cpu_to_be32(xfs_ifork_nextents(&ip->i_df));
in xfs_inode_to_disk_iext_counters()
358
xfs_extnum_t
di_nextents
;
in xfs_dinode_verify_fork()
local
364
di_nextents
= xfs_dfork_nextents(dip, whichfork);
in xfs_dinode_verify_fork()
392
if (
di_nextents
)
in xfs_dinode_verify_fork()
396
if (
di_nextents
> XFS_DFORK_MAXEXT(dip, mp, whichfork))
in xfs_dinode_verify_fork()
403
if (
di_nextents
> max_extents)
in xfs_dinode_verify_fork()
H
A
D
xfs_inode_fork.h
132
return be32_to_cpu(dip->
di_nextents
);
in xfs_dfork_data_extents()
H
A
D
xfs_log_format.h
431
uint32_t
di_nextents
;
member
H
A
D
xfs_format.h
828
__be32
di_nextents
;
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item_recover.c
170
to->
di_nextents
= cpu_to_be32(from->
di_nextents
);
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
362
to->
di_nextents
= xfs_ifork_nextents(&ip->i_df);
in xfs_inode_to_log_dinode()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item_recover.c
162
to->
di_nextents
= cpu_to_be32(from->
di_nextents
);
in xfs_log_dinode_to_disk_iext_counters()
252
nextents = ldip->
di_nextents
;
in xlog_dinode_verify_extent_counts()
H
A
D
xfs_inode_item.c
508
to->
di_nextents
= xfs_ifork_nextents(&ip->i_df);
in xfs_inode_to_log_dinode_iext_counters()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
inode.c
371
/*
di_nextents
*/
in xchk_dinode()
372
nextents = be32_to_cpu(dip->
di_nextents
);
in xchk_dinode()
494
if (nextents < be32_to_cpu(dip->
di_nextents
))
in xchk_inode_xref_bmap()
Completed in 20 milliseconds