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_entries
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
xattr.c
939
struct ocfs2_xattr_entry *entry = &header->
xh_entries
[i];
in ocfs2_xattr_list_entries()
966
if (!ocfs2_xattr_is_local(&xh->
xh_entries
[i]))
in ocfs2_has_inline_xattr_value_outside()
1173
xs->here = xs->header->
xh_entries
;
in ocfs2_xattr_ibody_get()
1243
i = xs->here - xs->header->
xh_entries
;
in ocfs2_xattr_block_get()
1590
offset = le16_to_cpu(xh->
xh_entries
[i].xe_name_offset);
in ocfs2_xa_block_get_free_start()
1644
/* Now tell xh->
xh_entries
about it */
in ocfs2_xa_block_wipe_namevalue()
1646
offset = le16_to_cpu(xh->
xh_entries
[i].xe_name_offset);
in ocfs2_xa_block_wipe_namevalue()
1648
le16_add_cpu(&xh->
xh_entries
[i].xe_name_offset,
in ocfs2_xa_block_wipe_namevalue()
1661
loc->xl_entry = &(loc->xl_header->
xh_entries
[count]);
in ocfs2_xa_block_add_entry()
1824
tmp_xe = &xh->
xh_entries
[tm
in ocfs2_xa_bucket_add_entry()
[all...]
H
A
D
ocfs2_fs.h
1024
struct ocfs2_xattr_entry
xh_entries
[]; /* xattr entry list. */
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
xattr.c
933
struct ocfs2_xattr_entry *entry = &header->
xh_entries
[i];
in ocfs2_xattr_list_entries()
960
if (!ocfs2_xattr_is_local(&xh->
xh_entries
[i]))
in ocfs2_has_inline_xattr_value_outside()
1167
xs->here = xs->header->
xh_entries
;
in ocfs2_xattr_ibody_get()
1237
i = xs->here - xs->header->
xh_entries
;
in ocfs2_xattr_block_get()
1584
offset = le16_to_cpu(xh->
xh_entries
[i].xe_name_offset);
in ocfs2_xa_block_get_free_start()
1638
/* Now tell xh->
xh_entries
about it */
in ocfs2_xa_block_wipe_namevalue()
1640
offset = le16_to_cpu(xh->
xh_entries
[i].xe_name_offset);
in ocfs2_xa_block_wipe_namevalue()
1642
le16_add_cpu(&xh->
xh_entries
[i].xe_name_offset,
in ocfs2_xa_block_wipe_namevalue()
1655
loc->xl_entry = &(loc->xl_header->
xh_entries
[count]);
in ocfs2_xa_block_add_entry()
1818
tmp_xe = &xh->
xh_entries
[tm
in ocfs2_xa_bucket_add_entry()
[all...]
H
A
D
ocfs2_fs.h
1022
struct ocfs2_xattr_entry
xh_entries
[]; /* xattr entry list. */
member
Completed in 17 milliseconds