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:firstdb
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_dir2_node.c
183
unsigned int
firstdb
;
in xfs_dir3_free_header_check()
local
185
firstdb
= (xfs_dir2_da_to_db(mp->m_dir_geo, fbno) -
in xfs_dir3_free_header_check()
191
if (be32_to_cpu(hdr3->
firstdb
) !=
firstdb
)
in xfs_dir3_free_header_check()
202
if (be32_to_cpu(hdr->
firstdb
) !=
firstdb
)
in xfs_dir3_free_header_check()
254
to->
firstdb
= be32_to_cpu(from3->hdr.
firstdb
);
in xfs_dir2_free_hdr_from_disk()
262
to->
firstdb
= be32_to_cpu(from->hdr.
firstdb
);
in xfs_dir2_free_hdr_from_disk()
[all...]
H
A
D
xfs_da_format.h
475
__be32
firstdb
; /* db of first entry */
member
488
__be32
firstdb
; /* db of first entry */
member
H
A
D
xfs_dir2_priv.h
31
uint32_t
firstdb
;
member
H
A
D
xfs_dir2_leaf.c
1749
ASSERT(!freehdr.
firstdb
);
in xfs_dir2_node_to_leaf()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_dir2_node.c
183
unsigned int
firstdb
;
in xfs_dir3_free_header_check()
local
185
firstdb
= (xfs_dir2_da_to_db(mp->m_dir_geo, fbno) -
in xfs_dir3_free_header_check()
191
if (be32_to_cpu(hdr3->
firstdb
) !=
firstdb
)
in xfs_dir3_free_header_check()
202
if (be32_to_cpu(hdr->
firstdb
) !=
firstdb
)
in xfs_dir3_free_header_check()
254
to->
firstdb
= be32_to_cpu(from3->hdr.
firstdb
);
in xfs_dir2_free_hdr_from_disk()
262
to->
firstdb
= be32_to_cpu(from->hdr.
firstdb
);
in xfs_dir2_free_hdr_from_disk()
[all...]
H
A
D
xfs_da_format.h
476
__be32
firstdb
; /* db of first entry */
member
489
__be32
firstdb
; /* db of first entry */
member
H
A
D
xfs_dir2_priv.h
31
uint32_t
firstdb
;
member
H
A
D
xfs_dir2_leaf.c
1758
ASSERT(!freehdr.
firstdb
);
in xfs_dir2_node_to_leaf()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
dir.c
628
(freehdr.
firstdb
+ i) * args->geo->fsbcount,
in xchk_directory_free_bestfree()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
dir.c
599
(freehdr.
firstdb
+ i) * args->geo->fsbcount,
in xchk_directory_free_bestfree()
Completed in 14 milliseconds