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:nameval_offset
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
xattr.c
1509
int
nameval_offset
;
in ocfs2_xa_add_namevalue()
local
1519
nameval_offset
= le16_to_cpu(loc->xl_entry->xe_name_offset);
in ocfs2_xa_add_namevalue()
1520
nameval_buf = ocfs2_xa_offset_pointer(loc,
nameval_offset
);
in ocfs2_xa_add_namevalue()
1528
int
nameval_offset
= le16_to_cpu(loc->xl_entry->xe_name_offset);
in ocfs2_xa_fill_value_buf()
local
1539
nameval_offset
+
in ocfs2_xa_fill_value_buf()
1851
int
nameval_offset
;
in ocfs2_xa_bucket_add_namevalue()
local
1854
nameval_offset
= free_start - size;
in ocfs2_xa_bucket_add_namevalue()
1855
loc->xl_entry->xe_name_offset = cpu_to_le16(
nameval_offset
);
in ocfs2_xa_bucket_add_namevalue()
1856
xh->xh_free_start = cpu_to_le16(
nameval_offset
);
in ocfs2_xa_bucket_add_namevalue()
1866
int
nameval_offset
in ocfs2_xa_bucket_fill_value_buf()
local
2204
int
nameval_offset
= le16_to_cpu(loc->xl_entry->xe_name_offset);
ocfs2_xa_store_value()
local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
xattr.c
1503
int
nameval_offset
;
in ocfs2_xa_add_namevalue()
local
1513
nameval_offset
= le16_to_cpu(loc->xl_entry->xe_name_offset);
in ocfs2_xa_add_namevalue()
1514
nameval_buf = ocfs2_xa_offset_pointer(loc,
nameval_offset
);
in ocfs2_xa_add_namevalue()
1522
int
nameval_offset
= le16_to_cpu(loc->xl_entry->xe_name_offset);
in ocfs2_xa_fill_value_buf()
local
1533
nameval_offset
+
in ocfs2_xa_fill_value_buf()
1845
int
nameval_offset
;
in ocfs2_xa_bucket_add_namevalue()
local
1848
nameval_offset
= free_start - size;
in ocfs2_xa_bucket_add_namevalue()
1849
loc->xl_entry->xe_name_offset = cpu_to_le16(
nameval_offset
);
in ocfs2_xa_bucket_add_namevalue()
1850
xh->xh_free_start = cpu_to_le16(
nameval_offset
);
in ocfs2_xa_bucket_add_namevalue()
1860
int
nameval_offset
in ocfs2_xa_bucket_fill_value_buf()
local
2198
int
nameval_offset
= le16_to_cpu(loc->xl_entry->xe_name_offset);
ocfs2_xa_store_value()
local
[all...]
Completed in 12 milliseconds