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:OCFS2_XATTR_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
xattr.c
223
return
OCFS2_XATTR_SIZE
(name_len) + OCFS2_XATTR_ROOT_SIZE;
in namevalue_size()
225
return
OCFS2_XATTR_SIZE
(name_len) +
OCFS2_XATTR_SIZE
(value_len);
in namevalue_size()
1185
OCFS2_XATTR_SIZE
(xs->here->xe_name_len), size);
in ocfs2_xattr_ibody_get()
1190
OCFS2_XATTR_SIZE
(xs->here->xe_name_len));
in ocfs2_xattr_ibody_get()
1242
name_len =
OCFS2_XATTR_SIZE
(xs->here->xe_name_len);
in ocfs2_xattr_block_get()
1529
int name_size =
OCFS2_XATTR_SIZE
(loc->xl_entry->xe_name_len);
in ocfs2_xa_fill_value_buf()
2049
int name_size =
OCFS2_XATTR_SIZE
(loc->xl_entry->xe_name_len);
in ocfs2_xa_install_value_root()
2067
int name_size =
OCFS2_XATTR_SIZE
(xi->xi_name_len);
in ocfs2_xa_reuse_entry()
2073
BUG_ON(
OCFS2_XATTR_SIZE
(lo
in ocfs2_xa_reuse_entry()
[all...]
H
A
D
ocfs2_fs.h
1056
#define
OCFS2_XATTR_SIZE
(size) (((size) + OCFS2_XATTR_ROUND) & \
macro
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
xattr.c
217
return
OCFS2_XATTR_SIZE
(name_len) + OCFS2_XATTR_ROOT_SIZE;
in namevalue_size()
219
return
OCFS2_XATTR_SIZE
(name_len) +
OCFS2_XATTR_SIZE
(value_len);
in namevalue_size()
1179
OCFS2_XATTR_SIZE
(xs->here->xe_name_len), size);
in ocfs2_xattr_ibody_get()
1184
OCFS2_XATTR_SIZE
(xs->here->xe_name_len));
in ocfs2_xattr_ibody_get()
1236
name_len =
OCFS2_XATTR_SIZE
(xs->here->xe_name_len);
in ocfs2_xattr_block_get()
1523
int name_size =
OCFS2_XATTR_SIZE
(loc->xl_entry->xe_name_len);
in ocfs2_xa_fill_value_buf()
2043
int name_size =
OCFS2_XATTR_SIZE
(loc->xl_entry->xe_name_len);
in ocfs2_xa_install_value_root()
2061
int name_size =
OCFS2_XATTR_SIZE
(xi->xi_name_len);
in ocfs2_xa_reuse_entry()
2067
BUG_ON(
OCFS2_XATTR_SIZE
(lo
in ocfs2_xa_reuse_entry()
[all...]
H
A
D
ocfs2_fs.h
1054
#define
OCFS2_XATTR_SIZE
(size) (((size) + OCFS2_XATTR_ROUND) & \
macro
Completed in 18 milliseconds