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:naextents
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
inode.c
371
xfs_extnum_t
naextents
;
in xchk_dinode()
local
530
naextents
= xfs_dfork_attr_extents(dip);
in xchk_dinode()
552
if (
naextents
!= 0 && dip->di_forkoff == 0)
in xchk_dinode()
567
if (
naextents
> fork_recs)
in xchk_dinode()
571
if (
naextents
<= fork_recs)
in xchk_dinode()
575
if (
naextents
!= 0)
in xchk_dinode()
648
/* Walk all the extents to check nextents/
naextents
/nblocks. */
in xchk_inode_xref_bmap()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
467
xfs_extnum_t
naextents
;
in xfs_dinode_verify()
local
504
naextents
= xfs_dfork_attr_extents(dip);
in xfs_dinode_verify()
508
if (mode && nextents +
naextents
> nblocks)
in xfs_dinode_verify()
511
if (nextents +
naextents
== 0 && nblocks != 0)
in xfs_dinode_verify()
571
if (
naextents
)
in xfs_dinode_verify()
H
A
D
xfs_inode_fork.c
318
xfs_extnum_t
naextents
= xfs_dfork_attr_extents(dip);
in xfs_iformat_attr_fork()
local
325
xfs_ifork_init_attr(ip, dip->di_aformat,
naextents
);
in xfs_iformat_attr_fork()
Completed in 4 milliseconds