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_dx_entry
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
dir.h
30
struct
ocfs2_dx_entry
*dl_dx_entry; /* Target dx_entry in
H
A
D
ocfs2_fs.h
786
struct
ocfs2_dx_entry
{
struct
801
struct
ocfs2_dx_entry
de_entries[]; /* Indexed dir entries
1336
return size / sizeof(struct
ocfs2_dx_entry
);
in ocfs2_dx_entries_per_leaf()
1346
return size / sizeof(struct
ocfs2_dx_entry
);
in ocfs2_dx_entries_per_root()
H
A
D
dir.c
906
struct
ocfs2_dx_entry
*dx_entry = NULL;
in ocfs2_dx_dir_search()
1229
(num_used - index - 1)*sizeof(struct
ocfs2_dx_entry
));
in ocfs2_dx_list_remove_entry()
1233
sizeof(struct
ocfs2_dx_entry
));
in ocfs2_dx_list_remove_entry()
1244
struct
ocfs2_dx_entry
*dx_entry = lookup->dl_dx_entry;
in ocfs2_delete_entry_dx()
1434
struct
ocfs2_dx_entry
*dx_new_entry)
in ocfs2_dx_dir_leaf_insert_tail()
1449
struct
ocfs2_dx_entry
*dx_entry;
in ocfs2_dx_entry_list_insert()
3496
const struct
ocfs2_dx_entry
*entry1 = a;
in dx_leaf_sort_cmp()
3497
const struct
ocfs2_dx_entry
*entry2 = b;
in dx_leaf_sort_cmp()
3520
struct
ocfs2_dx_entry
*entry1 = a;
in dx_leaf_sort_swap()
3521
struct
ocfs2_dx_entry
*entry
in dx_leaf_sort_swap()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
dir.h
28
struct
ocfs2_dx_entry
*dl_dx_entry; /* Target dx_entry in
H
A
D
ocfs2_fs.h
784
struct
ocfs2_dx_entry
{
struct
799
struct
ocfs2_dx_entry
de_entries[]; /* Indexed dir entries
1334
return size / sizeof(struct
ocfs2_dx_entry
);
in ocfs2_dx_entries_per_leaf()
1344
return size / sizeof(struct
ocfs2_dx_entry
);
in ocfs2_dx_entries_per_root()
H
A
D
dir.c
898
struct
ocfs2_dx_entry
*dx_entry = NULL;
in ocfs2_dx_dir_search()
1221
(num_used - index - 1)*sizeof(struct
ocfs2_dx_entry
));
in ocfs2_dx_list_remove_entry()
1225
sizeof(struct
ocfs2_dx_entry
));
in ocfs2_dx_list_remove_entry()
1236
struct
ocfs2_dx_entry
*dx_entry = lookup->dl_dx_entry;
in ocfs2_delete_entry_dx()
1426
struct
ocfs2_dx_entry
*dx_new_entry)
in ocfs2_dx_dir_leaf_insert_tail()
1441
struct
ocfs2_dx_entry
*dx_entry;
in ocfs2_dx_entry_list_insert()
3482
const struct
ocfs2_dx_entry
*entry1 = a;
in dx_leaf_sort_cmp()
3483
const struct
ocfs2_dx_entry
*entry2 = b;
in dx_leaf_sort_cmp()
3506
struct
ocfs2_dx_entry
*entry1 = a;
in dx_leaf_sort_swap()
3507
struct
ocfs2_dx_entry
*entry
in dx_leaf_sort_swap()
[all...]
Completed in 16 milliseconds