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:xl_entry
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
xattr.c
170
/* Fill
xl_entry
with a new entry */
203
struct ocfs2_xattr_entry *
xl_entry
;
member
1479
/* Can we reuse loc->
xl_entry
for xi? */
1496
loc->
xl_entry
->xe_name_hash = cpu_to_le32(name_hash);
in ocfs2_xa_add_entry()
1502
loc->
xl_entry
->xe_name_offset = cpu_to_le16(loc->xl_size);
in ocfs2_xa_add_entry()
1513
loc->
xl_entry
->xe_value_size = cpu_to_le64(xi->xi_value_len);
in ocfs2_xa_add_namevalue()
1514
loc->
xl_entry
->xe_name_len = xi->xi_name_len;
in ocfs2_xa_add_namevalue()
1515
ocfs2_xattr_set_type(loc->
xl_entry
, xi->xi_name_index);
in ocfs2_xa_add_namevalue()
1516
ocfs2_xattr_set_local(loc->
xl_entry
,
in ocfs2_xa_add_namevalue()
1519
nameval_offset = le16_to_cpu(loc->
xl_entry
in ocfs2_xa_add_namevalue()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
xattr.c
164
/* Fill
xl_entry
with a new entry */
197
struct ocfs2_xattr_entry *
xl_entry
;
member
1473
/* Can we reuse loc->
xl_entry
for xi? */
1490
loc->
xl_entry
->xe_name_hash = cpu_to_le32(name_hash);
in ocfs2_xa_add_entry()
1496
loc->
xl_entry
->xe_name_offset = cpu_to_le16(loc->xl_size);
in ocfs2_xa_add_entry()
1507
loc->
xl_entry
->xe_value_size = cpu_to_le64(xi->xi_value_len);
in ocfs2_xa_add_namevalue()
1508
loc->
xl_entry
->xe_name_len = xi->xi_name_len;
in ocfs2_xa_add_namevalue()
1509
ocfs2_xattr_set_type(loc->
xl_entry
, xi->xi_name_index);
in ocfs2_xa_add_namevalue()
1510
ocfs2_xattr_set_local(loc->
xl_entry
,
in ocfs2_xa_add_namevalue()
1513
nameval_offset = le16_to_cpu(loc->
xl_entry
in ocfs2_xa_add_namevalue()
[all...]
Completed in 19 milliseconds