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:eb_el
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
alloc.c
1157
struct ocfs2_extent_list *
eb_el
;
in ocfs2_add_branch()
local
1247
eb_el
= &eb->h_list;
in ocfs2_add_branch()
1257
eb_el
->l_tree_depth = cpu_to_le16(i);
in ocfs2_add_branch()
1258
eb_el
->l_next_free_rec = cpu_to_le16(1);
in ocfs2_add_branch()
1263
eb_el
->l_recs[0].e_cpos = cpu_to_le32(new_cpos);
in ocfs2_add_branch()
1264
eb_el
->l_recs[0].e_blkno = cpu_to_le64(next_blkno);
in ocfs2_add_branch()
1266
*
eb_el
isn't always an interior node, but even leaf
in ocfs2_add_branch()
1270
eb_el
->l_recs[0].e_int_clusters = cpu_to_le32(0);
in ocfs2_add_branch()
1271
if (!
eb_el
->l_tree_depth)
in ocfs2_add_branch()
1359
struct ocfs2_extent_list *
eb_el
;
in ocfs2_shift_tree_depth()
local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
alloc.c
1155
struct ocfs2_extent_list *
eb_el
;
in ocfs2_add_branch()
local
1245
eb_el
= &eb->h_list;
in ocfs2_add_branch()
1255
eb_el
->l_tree_depth = cpu_to_le16(i);
in ocfs2_add_branch()
1256
eb_el
->l_next_free_rec = cpu_to_le16(1);
in ocfs2_add_branch()
1261
eb_el
->l_recs[0].e_cpos = cpu_to_le32(new_cpos);
in ocfs2_add_branch()
1262
eb_el
->l_recs[0].e_blkno = cpu_to_le64(next_blkno);
in ocfs2_add_branch()
1264
*
eb_el
isn't always an interior node, but even leaf
in ocfs2_add_branch()
1268
eb_el
->l_recs[0].e_int_clusters = cpu_to_le32(0);
in ocfs2_add_branch()
1269
if (!
eb_el
->l_tree_depth)
in ocfs2_add_branch()
1357
struct ocfs2_extent_list *
eb_el
;
in ocfs2_shift_tree_depth()
local
[all...]
Completed in 10 milliseconds