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:xh_count
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
xattr.c
938
for (i = 0 ; i < le16_to_cpu(header->
xh_count
); i++) {
in ocfs2_xattr_list_entries()
965
for (i = 0; i < le16_to_cpu(xh->
xh_count
); i++)
in ocfs2_has_inline_xattr_value_outside()
1084
for (i = 0; i < le16_to_cpu(xs->header->
xh_count
); i++) {
in ocfs2_xattr_find_entry()
1586
int i, count = le16_to_cpu(xh->
xh_count
);
in ocfs2_xa_block_get_free_start()
1601
int count = le16_to_cpu(loc->xl_header->
xh_count
);
in ocfs2_xa_block_check_space()
1632
int count = le16_to_cpu(xh->
xh_count
);
in ocfs2_xa_block_wipe_namevalue()
1660
int count = le16_to_cpu(loc->xl_header->
xh_count
);
in ocfs2_xa_block_add_entry()
1662
le16_add_cpu(&loc->xl_header->
xh_count
, 1);
in ocfs2_xa_block_add_entry()
1764
int count = le16_to_cpu(loc->xl_header->
xh_count
);
in ocfs2_xa_bucket_check_space()
1814
int count = le16_to_cpu(xh->
xh_count
);
in ocfs2_xa_bucket_add_entry()
[all...]
H
A
D
ocfs2_fs.h
1007
__le16
xh_count
; /* contains the count of how
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
xattr.c
932
for (i = 0 ; i < le16_to_cpu(header->
xh_count
); i++) {
in ocfs2_xattr_list_entries()
959
for (i = 0; i < le16_to_cpu(xh->
xh_count
); i++)
in ocfs2_has_inline_xattr_value_outside()
1078
for (i = 0; i < le16_to_cpu(xs->header->
xh_count
); i++) {
in ocfs2_xattr_find_entry()
1580
int i, count = le16_to_cpu(xh->
xh_count
);
in ocfs2_xa_block_get_free_start()
1595
int count = le16_to_cpu(loc->xl_header->
xh_count
);
in ocfs2_xa_block_check_space()
1626
int count = le16_to_cpu(xh->
xh_count
);
in ocfs2_xa_block_wipe_namevalue()
1654
int count = le16_to_cpu(loc->xl_header->
xh_count
);
in ocfs2_xa_block_add_entry()
1656
le16_add_cpu(&loc->xl_header->
xh_count
, 1);
in ocfs2_xa_block_add_entry()
1758
int count = le16_to_cpu(loc->xl_header->
xh_count
);
in ocfs2_xa_bucket_check_space()
1808
int count = le16_to_cpu(xh->
xh_count
);
in ocfs2_xa_bucket_add_entry()
[all...]
H
A
D
ocfs2_fs.h
1005
__le16
xh_count
; /* contains the count of how
member
Completed in 18 milliseconds