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:et_ops
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
alloc.c
177
BUG_ON(et->
et_ops
!= &ocfs2_dinode_et_ops);
in ocfs2_dinode_set_last_eb_blk()
185
BUG_ON(et->
et_ops
!= &ocfs2_dinode_et_ops);
in ocfs2_dinode_get_last_eb_blk()
239
BUG_ON(et->
et_ops
!= &ocfs2_dinode_et_ops);
in ocfs2_dinode_sanity_check()
437
et->
et_ops
= ops;
in __ocfs2_init_extent_tree()
446
et->
et_ops
->eo_fill_root_el(et);
in __ocfs2_init_extent_tree()
447
if (!et->
et_ops
->eo_fill_max_leaf_clusters)
in __ocfs2_init_extent_tree()
450
et->
et_ops
->eo_fill_max_leaf_clusters(et);
in __ocfs2_init_extent_tree()
496
et->
et_ops
->eo_set_last_eb_blk(et, new_last_eb_blk);
in ocfs2_et_set_last_eb_blk()
501
return et->
et_ops
->eo_get_last_eb_blk(et);
in ocfs2_et_get_last_eb_blk()
507
et->
et_ops
in ocfs2_et_update_clusters()
[all...]
H
A
D
alloc.h
43
const struct ocfs2_extent_tree_operations *
et_ops
;
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
alloc.c
175
BUG_ON(et->
et_ops
!= &ocfs2_dinode_et_ops);
in ocfs2_dinode_set_last_eb_blk()
183
BUG_ON(et->
et_ops
!= &ocfs2_dinode_et_ops);
in ocfs2_dinode_get_last_eb_blk()
237
BUG_ON(et->
et_ops
!= &ocfs2_dinode_et_ops);
in ocfs2_dinode_sanity_check()
435
et->
et_ops
= ops;
in __ocfs2_init_extent_tree()
444
et->
et_ops
->eo_fill_root_el(et);
in __ocfs2_init_extent_tree()
445
if (!et->
et_ops
->eo_fill_max_leaf_clusters)
in __ocfs2_init_extent_tree()
448
et->
et_ops
->eo_fill_max_leaf_clusters(et);
in __ocfs2_init_extent_tree()
494
et->
et_ops
->eo_set_last_eb_blk(et, new_last_eb_blk);
in ocfs2_et_set_last_eb_blk()
499
return et->
et_ops
->eo_get_last_eb_blk(et);
in ocfs2_et_get_last_eb_blk()
505
et->
et_ops
in ocfs2_et_update_clusters()
[all...]
H
A
D
alloc.h
41
const struct ocfs2_extent_tree_operations *
et_ops
;
member
Completed in 16 milliseconds