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_alloc_slot
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
suballoc.h
27
u32
ac_alloc_slot
; /* which slot are we allocating from? */
member
H
A
D
suballoc.c
796
ac->
ac_alloc_slot
= slot;
in ocfs2_reserve_suballoc_bits()
2043
OCFS2_I(dir)->ip_last_used_slot == ac->
ac_alloc_slot
)
in ocfs2_init_inode_ac_group()
2045
else if (le16_to_cpu(di->i_suballoc_slot) == ac->
ac_alloc_slot
) {
in ocfs2_init_inode_ac_group()
2059
OCFS2_I(dir)->ip_last_used_slot = ac->
ac_alloc_slot
;
in ocfs2_save_inode_ac_group()
H
A
D
localalloc.c
695
ac->
ac_alloc_slot
= osb->slot_num;
in ocfs2_reserve_local_alloc_bits()
H
A
D
refcounttree.c
626
rb->rf_suballoc_slot = cpu_to_le16(meta_ac->
ac_alloc_slot
);
in ocfs2_create_refcount_tree()
1330
new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->
ac_alloc_slot
);
in ocfs2_expand_inline_ref_root()
1574
new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->
ac_alloc_slot
);
in ocfs2_new_leaf_refcount_block()
H
A
D
namei.c
557
fe->i_suballoc_slot = cpu_to_le16(inode_ac->
ac_alloc_slot
);
in __ocfs2_mknod_locked()
H
A
D
dir.c
2339
dx_root->dr_suballoc_slot = cpu_to_le16(meta_ac->
ac_alloc_slot
);
in ocfs2_dx_dir_attach_index()
H
A
D
alloc.c
1039
cpu_to_le16(meta_ac->
ac_alloc_slot
);
in ocfs2_create_new_meta_bhs()
H
A
D
xattr.c
2910
xblk->xb_suballoc_slot = cpu_to_le16(ctxt->meta_ac->
ac_alloc_slot
);
in ocfs2_create_xattr_block()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
suballoc.h
25
u32
ac_alloc_slot
; /* which slot are we allocating from? */
member
H
A
D
suballoc.c
794
ac->
ac_alloc_slot
= slot;
in ocfs2_reserve_suballoc_bits()
2041
OCFS2_I(dir)->ip_last_used_slot == ac->
ac_alloc_slot
)
in ocfs2_init_inode_ac_group()
2043
else if (le16_to_cpu(di->i_suballoc_slot) == ac->
ac_alloc_slot
) {
in ocfs2_init_inode_ac_group()
2057
OCFS2_I(dir)->ip_last_used_slot = ac->
ac_alloc_slot
;
in ocfs2_save_inode_ac_group()
H
A
D
localalloc.c
693
ac->
ac_alloc_slot
= osb->slot_num;
in ocfs2_reserve_local_alloc_bits()
H
A
D
refcounttree.c
624
rb->rf_suballoc_slot = cpu_to_le16(meta_ac->
ac_alloc_slot
);
in ocfs2_create_refcount_tree()
1328
new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->
ac_alloc_slot
);
in ocfs2_expand_inline_ref_root()
1572
new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->
ac_alloc_slot
);
in ocfs2_new_leaf_refcount_block()
H
A
D
namei.c
557
fe->i_suballoc_slot = cpu_to_le16(inode_ac->
ac_alloc_slot
);
in __ocfs2_mknod_locked()
H
A
D
dir.c
2328
dx_root->dr_suballoc_slot = cpu_to_le16(meta_ac->
ac_alloc_slot
);
in ocfs2_dx_dir_attach_index()
H
A
D
alloc.c
1037
cpu_to_le16(meta_ac->
ac_alloc_slot
);
in ocfs2_create_new_meta_bhs()
H
A
D
xattr.c
2904
xblk->xb_suballoc_slot = cpu_to_le16(ctxt->meta_ac->
ac_alloc_slot
);
in ocfs2_create_xattr_block()
Completed in 73 milliseconds