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:ac_which
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
suballoc.c
125
if (ac->
ac_which
!= OCFS2_AC_USE_LOCAL)
in ocfs2_free_ac_resource()
972
(*ac)->
ac_which
= OCFS2_AC_USE_META;
in ocfs2_reserve_new_metadata_blocks()
1043
(*ac)->
ac_which
= OCFS2_AC_USE_INODE;
in ocfs2_reserve_new_inode()
1127
ac->
ac_which
= OCFS2_AC_USE_MAIN;
in ocfs2_reserve_cluster_bitmap_bits()
2002
BUG_ON(ac->
ac_which
!= OCFS2_AC_USE_META);
in ocfs2_claim_metadata()
2074
BUG_ON(ac->
ac_which
!= OCFS2_AC_USE_INODE);
in ocfs2_find_new_inode_loc()
2208
BUG_ON(ac->
ac_which
!= OCFS2_AC_USE_INODE);
in ocfs2_claim_new_inode()
2312
BUG_ON(ac->
ac_which
!= OCFS2_AC_USE_LOCAL
in __ocfs2_claim_clusters()
2313
&& ac->
ac_which
!= OCFS2_AC_USE_MAIN);
in __ocfs2_claim_clusters()
2315
if (ac->
ac_which
in __ocfs2_claim_clusters()
[all...]
H
A
D
suballoc.h
34
u32
ac_which
;
member
H
A
D
localalloc.c
696
ac->
ac_which
= OCFS2_AC_USE_LOCAL;
in ocfs2_reserve_local_alloc_bits()
728
BUG_ON(ac->
ac_which
!= OCFS2_AC_USE_LOCAL);
in ocfs2_claim_local_alloc_bits()
784
BUG_ON(ac->
ac_which
!= OCFS2_AC_USE_LOCAL);
in ocfs2_free_local_alloc_bits()
H
A
D
move_extents.c
327
if (context->data_ac->
ac_which
== OCFS2_AC_USE_LOCAL)
in ocfs2_defrag_extent()
H
A
D
alloc.c
4865
if (data_ac->
ac_which
== OCFS2_AC_USE_LOCAL)
in ocfs2_add_clusters_in_btree()
7174
if (data_ac->
ac_which
== OCFS2_AC_USE_LOCAL)
in ocfs2_convert_inline_data_to_extents()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
suballoc.c
123
if (ac->
ac_which
!= OCFS2_AC_USE_LOCAL)
in ocfs2_free_ac_resource()
970
(*ac)->
ac_which
= OCFS2_AC_USE_META;
in ocfs2_reserve_new_metadata_blocks()
1041
(*ac)->
ac_which
= OCFS2_AC_USE_INODE;
in ocfs2_reserve_new_inode()
1125
ac->
ac_which
= OCFS2_AC_USE_MAIN;
in ocfs2_reserve_cluster_bitmap_bits()
2000
BUG_ON(ac->
ac_which
!= OCFS2_AC_USE_META);
in ocfs2_claim_metadata()
2072
BUG_ON(ac->
ac_which
!= OCFS2_AC_USE_INODE);
in ocfs2_find_new_inode_loc()
2206
BUG_ON(ac->
ac_which
!= OCFS2_AC_USE_INODE);
in ocfs2_claim_new_inode()
2310
BUG_ON(ac->
ac_which
!= OCFS2_AC_USE_LOCAL
in __ocfs2_claim_clusters()
2311
&& ac->
ac_which
!= OCFS2_AC_USE_MAIN);
in __ocfs2_claim_clusters()
2313
if (ac->
ac_which
in __ocfs2_claim_clusters()
[all...]
H
A
D
suballoc.h
32
u32
ac_which
;
member
H
A
D
localalloc.c
694
ac->
ac_which
= OCFS2_AC_USE_LOCAL;
in ocfs2_reserve_local_alloc_bits()
726
BUG_ON(ac->
ac_which
!= OCFS2_AC_USE_LOCAL);
in ocfs2_claim_local_alloc_bits()
782
BUG_ON(ac->
ac_which
!= OCFS2_AC_USE_LOCAL);
in ocfs2_free_local_alloc_bits()
H
A
D
move_extents.c
325
if (context->data_ac->
ac_which
== OCFS2_AC_USE_LOCAL)
in ocfs2_defrag_extent()
H
A
D
alloc.c
4863
if (data_ac->
ac_which
== OCFS2_AC_USE_LOCAL)
in ocfs2_add_clusters_in_btree()
7179
if (data_ac->
ac_which
== OCFS2_AC_USE_LOCAL)
in ocfs2_convert_inline_data_to_extents()
Completed in 30 milliseconds