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_last_group
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
suballoc.h
41
u64
ac_last_group
;
member
H
A
D
suballoc.c
694
ac->
ac_last_group
= *last_alloc_group;
in ocfs2_block_group_alloc()
748
*last_alloc_group = ac->
ac_last_group
;
in ocfs2_block_group_alloc()
1887
u64 hint = ac->
ac_last_group
;
in ocfs2_claim_suballoc_bits()
1978
ac->
ac_last_group
= 0;
in ocfs2_claim_suballoc_bits()
1980
ac->
ac_last_group
= hint;
in ocfs2_claim_suballoc_bits()
2040
*
ac_last_group
to a group descriptor from a different (unlocked) slot.
in ocfs2_init_inode_ac_group()
2044
ac->
ac_last_group
= OCFS2_I(dir)->ip_last_used_group;
in ocfs2_init_inode_ac_group()
2047
ac->
ac_last_group
= le64_to_cpu(di->i_suballoc_loc);
in ocfs2_init_inode_ac_group()
2049
ac->
ac_last_group
= ocfs2_which_suballoc_group(
in ocfs2_init_inode_ac_group()
2058
OCFS2_I(dir)->ip_last_used_group = ac->
ac_last_group
;
in ocfs2_save_inode_ac_group()
[all...]
H
A
D
localalloc.c
1167
ac->
ac_last_group
= osb->la_last_gd;
in ocfs2_local_alloc_new_window()
1209
osb->la_last_gd = ac->
ac_last_group
;
in ocfs2_local_alloc_new_window()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
suballoc.h
39
u64
ac_last_group
;
member
H
A
D
suballoc.c
692
ac->
ac_last_group
= *last_alloc_group;
in ocfs2_block_group_alloc()
746
*last_alloc_group = ac->
ac_last_group
;
in ocfs2_block_group_alloc()
1885
u64 hint = ac->
ac_last_group
;
in ocfs2_claim_suballoc_bits()
1976
ac->
ac_last_group
= 0;
in ocfs2_claim_suballoc_bits()
1978
ac->
ac_last_group
= hint;
in ocfs2_claim_suballoc_bits()
2038
*
ac_last_group
to a group descriptor from a different (unlocked) slot.
in ocfs2_init_inode_ac_group()
2042
ac->
ac_last_group
= OCFS2_I(dir)->ip_last_used_group;
in ocfs2_init_inode_ac_group()
2045
ac->
ac_last_group
= le64_to_cpu(di->i_suballoc_loc);
in ocfs2_init_inode_ac_group()
2047
ac->
ac_last_group
= ocfs2_which_suballoc_group(
in ocfs2_init_inode_ac_group()
2056
OCFS2_I(dir)->ip_last_used_group = ac->
ac_last_group
;
in ocfs2_save_inode_ac_group()
[all...]
H
A
D
localalloc.c
1165
ac->
ac_last_group
= osb->la_last_gd;
in ocfs2_local_alloc_new_window()
1207
osb->la_last_gd = ac->
ac_last_group
;
in ocfs2_local_alloc_new_window()
Completed in 11 milliseconds