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:nvalid
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_dir2_node.c
193
if (be32_to_cpu(hdr3->
nvalid
) > maxbests)
in xfs_dir3_free_header_check()
195
if (be32_to_cpu(hdr3->
nvalid
) < be32_to_cpu(hdr3->nused))
in xfs_dir3_free_header_check()
204
if (be32_to_cpu(hdr->
nvalid
) > maxbests)
in xfs_dir3_free_header_check()
206
if (be32_to_cpu(hdr->
nvalid
) < be32_to_cpu(hdr->nused))
in xfs_dir3_free_header_check()
255
to->
nvalid
= be32_to_cpu(from3->hdr.
nvalid
);
in xfs_dir2_free_hdr_from_disk()
263
to->
nvalid
= be32_to_cpu(from->hdr.
nvalid
);
in xfs_dir2_free_hdr_from_disk()
284
to3->hdr.
nvalid
= cpu_to_be32(from->
nvalid
);
in xfs_dir2_free_hdr_to_disk()
[all...]
H
A
D
xfs_da_format.h
476
__be32
nvalid
; /* count of valid entries */
member
489
__be32
nvalid
; /* count of valid entries */
member
H
A
D
xfs_dir2_priv.h
32
uint32_t
nvalid
;
member
H
A
D
xfs_dir2_leaf.c
1755
if (xfs_dir3_leaf_size(&leafhdr, freehdr.
nvalid
) > args->geo->blksize) {
in xfs_dir2_node_to_leaf()
1776
ltp->bestcount = cpu_to_be32(freehdr.
nvalid
);
in xfs_dir2_node_to_leaf()
1782
freehdr.
nvalid
* sizeof(xfs_dir2_data_off_t));
in xfs_dir2_node_to_leaf()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_dir2_node.c
193
if (be32_to_cpu(hdr3->
nvalid
) > maxbests)
in xfs_dir3_free_header_check()
195
if (be32_to_cpu(hdr3->
nvalid
) < be32_to_cpu(hdr3->nused))
in xfs_dir3_free_header_check()
204
if (be32_to_cpu(hdr->
nvalid
) > maxbests)
in xfs_dir3_free_header_check()
206
if (be32_to_cpu(hdr->
nvalid
) < be32_to_cpu(hdr->nused))
in xfs_dir3_free_header_check()
255
to->
nvalid
= be32_to_cpu(from3->hdr.
nvalid
);
in xfs_dir2_free_hdr_from_disk()
263
to->
nvalid
= be32_to_cpu(from->hdr.
nvalid
);
in xfs_dir2_free_hdr_from_disk()
284
to3->hdr.
nvalid
= cpu_to_be32(from->
nvalid
);
in xfs_dir2_free_hdr_to_disk()
[all...]
H
A
D
xfs_da_format.h
477
__be32
nvalid
; /* count of valid entries */
member
490
__be32
nvalid
; /* count of valid entries */
member
H
A
D
xfs_dir2_priv.h
32
uint32_t
nvalid
;
member
H
A
D
xfs_dir2_leaf.c
1764
if (xfs_dir3_leaf_size(&leafhdr, freehdr.
nvalid
) > args->geo->blksize) {
in xfs_dir2_node_to_leaf()
1785
ltp->bestcount = cpu_to_be32(freehdr.
nvalid
);
in xfs_dir2_node_to_leaf()
1791
freehdr.
nvalid
* sizeof(xfs_dir2_data_off_t));
in xfs_dir2_node_to_leaf()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
dir.c
621
for (i = 0; i < freehdr.
nvalid
; i++) {
in xchk_directory_free_bestfree()
637
if (freehdr.nused + stale != freehdr.
nvalid
)
in xchk_directory_free_bestfree()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
dir.c
592
for (i = 0; i < freehdr.
nvalid
; i++) {
in xchk_directory_free_bestfree()
608
if (freehdr.nused + stale != freehdr.
nvalid
)
in xchk_directory_free_bestfree()
Completed in 23 milliseconds