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_free_start
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
xattr.c
1653
* Note that we don't update
xh_free_start
or xh_name_value_len
in ocfs2_xa_block_wipe_namevalue()
1743
return le16_to_cpu(bucket_xh(bucket)->
xh_free_start
);
in ocfs2_xa_bucket_get_free_start()
1856
xh->
xh_free_start
= cpu_to_le16(nameval_offset);
in ocfs2_xa_bucket_add_namevalue()
4224
xh->
xh_free_start
= cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size);
in ocfs2_cp_xattr_block_to_bucket()
4394
u16
xh_free_start
;
in ocfs2_defrag_xattr_bucket()
local
4423
xh_free_start
= le16_to_cpu(xh->
xh_free_start
);
in ocfs2_defrag_xattr_bucket()
4427
xh_free_start
, le16_to_cpu(xh->xh_name_value_len));
in ocfs2_defrag_xattr_bucket()
4466
mlog_bug_on_msg(
xh_free_start
> end, "Defrag check failed for "
in ocfs2_defrag_xattr_bucket()
4469
if (
xh_free_start
in ocfs2_defrag_xattr_bucket()
[all...]
H
A
D
ocfs2_fs.h
1010
__le16
xh_free_start
; /* current offset for storing
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
xattr.c
1647
* Note that we don't update
xh_free_start
or xh_name_value_len
in ocfs2_xa_block_wipe_namevalue()
1737
return le16_to_cpu(bucket_xh(bucket)->
xh_free_start
);
in ocfs2_xa_bucket_get_free_start()
1850
xh->
xh_free_start
= cpu_to_le16(nameval_offset);
in ocfs2_xa_bucket_add_namevalue()
4218
xh->
xh_free_start
= cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size);
in ocfs2_cp_xattr_block_to_bucket()
4388
u16
xh_free_start
;
in ocfs2_defrag_xattr_bucket()
local
4417
xh_free_start
= le16_to_cpu(xh->
xh_free_start
);
in ocfs2_defrag_xattr_bucket()
4421
xh_free_start
, le16_to_cpu(xh->xh_name_value_len));
in ocfs2_defrag_xattr_bucket()
4460
mlog_bug_on_msg(
xh_free_start
> end, "Defrag check failed for "
in ocfs2_defrag_xattr_bucket()
4463
if (
xh_free_start
in ocfs2_defrag_xattr_bucket()
[all...]
H
A
D
ocfs2_fs.h
1008
__le16
xh_free_start
; /* current offset for storing
member
Completed in 25 milliseconds