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:xi_value_len
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
xattr.c
116
size_t
xi_value_len
;
member
230
return namevalue_size(xi->xi_name_len, xi->
xi_value_len
);
in namevalue_size_xi()
1513
loc->xl_entry->xe_value_size = cpu_to_le64(xi->
xi_value_len
);
in ocfs2_xa_add_namevalue()
1517
xi->
xi_value_len
<= OCFS2_XATTR_INLINE_SIZE);
in ocfs2_xa_add_namevalue()
2071
int xi_local = xi->
xi_value_len
<= OCFS2_XATTR_INLINE_SIZE;
in ocfs2_xa_reuse_entry()
2094
xi->
xi_value_len
) {
in ocfs2_xa_reuse_entry()
2095
rc = ocfs2_xa_value_truncate(loc, xi->
xi_value_len
,
in ocfs2_xa_reuse_entry()
2108
loc->xl_entry->xe_value_size = cpu_to_le64(xi->
xi_value_len
);
in ocfs2_xa_reuse_entry()
2165
if (xi->
xi_value_len
> OCFS2_XATTR_INLINE_SIZE)
in ocfs2_xa_prepare_entry()
2169
if (xi->
xi_value_len
> OCFS2_XATTR_INLINE_SIZ
in ocfs2_xa_prepare_entry()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
xattr.c
110
size_t
xi_value_len
;
member
224
return namevalue_size(xi->xi_name_len, xi->
xi_value_len
);
in namevalue_size_xi()
1507
loc->xl_entry->xe_value_size = cpu_to_le64(xi->
xi_value_len
);
in ocfs2_xa_add_namevalue()
1511
xi->
xi_value_len
<= OCFS2_XATTR_INLINE_SIZE);
in ocfs2_xa_add_namevalue()
2065
int xi_local = xi->
xi_value_len
<= OCFS2_XATTR_INLINE_SIZE;
in ocfs2_xa_reuse_entry()
2088
xi->
xi_value_len
) {
in ocfs2_xa_reuse_entry()
2089
rc = ocfs2_xa_value_truncate(loc, xi->
xi_value_len
,
in ocfs2_xa_reuse_entry()
2102
loc->xl_entry->xe_value_size = cpu_to_le64(xi->
xi_value_len
);
in ocfs2_xa_reuse_entry()
2159
if (xi->
xi_value_len
> OCFS2_XATTR_INLINE_SIZE)
in ocfs2_xa_prepare_entry()
2163
if (xi->
xi_value_len
> OCFS2_XATTR_INLINE_SIZ
in ocfs2_xa_prepare_entry()
[all...]
Completed in 12 milliseconds