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:cl_recs
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
suballoc.c
378
bg->bg_next_group = cl->
cl_recs
[my_chain].c_blkno;
in ocfs2_block_group_fill()
410
if (le32_to_cpu(cl->
cl_recs
[best].c_total) >
in ocfs2_find_smallest_chain()
411
le32_to_cpu(cl->
cl_recs
[curr].c_total))
in ocfs2_find_smallest_chain()
720
le32_add_cpu(&cl->
cl_recs
[alloc_rec].c_free,
in ocfs2_block_group_alloc()
722
le32_add_cpu(&cl->
cl_recs
[alloc_rec].c_total,
in ocfs2_block_group_alloc()
724
cl->
cl_recs
[alloc_rec].c_blkno = bg->bg_blkno;
in ocfs2_block_group_alloc()
1393
if (le32_to_cpu(cl->
cl_recs
[curr].c_free) >
in ocfs2_find_victim_chain()
1394
le32_to_cpu(cl->
cl_recs
[best].c_free))
in ocfs2_find_victim_chain()
1445
bg->bg_next_group = fe->id2.i_chain.
cl_recs
[chain].c_blkno;
in ocfs2_relink_block_group()
1453
fe->id2.i_chain.
cl_recs
[chai
in ocfs2_relink_block_group()
[all...]
H
A
D
ocfs2_fs.h
487
/*10*/ struct ocfs2_chain_rec
cl_recs
[]; /* Chain records */
member
1304
offsetof(struct ocfs2_dinode, id2.i_chain.
cl_recs
);
in ocfs2_chain_recs_per_inode()
1472
offsetof(struct ocfs2_dinode, id2.i_chain.
cl_recs
);
in ocfs2_chain_recs_per_inode()
H
A
D
resize.c
138
cr = (&cl->
cl_recs
[chain]);
in ocfs2_update_last_group_and_inode()
521
cr = &cl->
cl_recs
[input->chain];
in ocfs2_group_add()
H
A
D
move_extents.c
396
rec = &(cl->
cl_recs
[0]);
in ocfs2_find_victim_alloc_group()
413
rec = &(cl->
cl_recs
[i]);
in ocfs2_find_victim_alloc_group()
H
A
D
ioctl.c
584
rec = &(cl->
cl_recs
[i]);
in ocfs2_info_freefrag_scan_bitmap()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
suballoc.c
376
bg->bg_next_group = cl->
cl_recs
[my_chain].c_blkno;
in ocfs2_block_group_fill()
408
if (le32_to_cpu(cl->
cl_recs
[best].c_total) >
in ocfs2_find_smallest_chain()
409
le32_to_cpu(cl->
cl_recs
[curr].c_total))
in ocfs2_find_smallest_chain()
718
le32_add_cpu(&cl->
cl_recs
[alloc_rec].c_free,
in ocfs2_block_group_alloc()
720
le32_add_cpu(&cl->
cl_recs
[alloc_rec].c_total,
in ocfs2_block_group_alloc()
722
cl->
cl_recs
[alloc_rec].c_blkno = bg->bg_blkno;
in ocfs2_block_group_alloc()
1391
if (le32_to_cpu(cl->
cl_recs
[curr].c_free) >
in ocfs2_find_victim_chain()
1392
le32_to_cpu(cl->
cl_recs
[best].c_free))
in ocfs2_find_victim_chain()
1443
bg->bg_next_group = fe->id2.i_chain.
cl_recs
[chain].c_blkno;
in ocfs2_relink_block_group()
1451
fe->id2.i_chain.
cl_recs
[chai
in ocfs2_relink_block_group()
[all...]
H
A
D
ocfs2_fs.h
485
/*10*/ struct ocfs2_chain_rec
cl_recs
[]; /* Chain records */
member
1302
offsetof(struct ocfs2_dinode, id2.i_chain.
cl_recs
);
in ocfs2_chain_recs_per_inode()
1470
offsetof(struct ocfs2_dinode, id2.i_chain.
cl_recs
);
in ocfs2_chain_recs_per_inode()
H
A
D
resize.c
136
cr = (&cl->
cl_recs
[chain]);
in ocfs2_update_last_group_and_inode()
519
cr = &cl->
cl_recs
[input->chain];
in ocfs2_group_add()
H
A
D
move_extents.c
394
rec = &(cl->
cl_recs
[0]);
in ocfs2_find_victim_alloc_group()
411
rec = &(cl->
cl_recs
[i]);
in ocfs2_find_victim_alloc_group()
H
A
D
ioctl.c
588
rec = &(cl->
cl_recs
[i]);
in ocfs2_info_freefrag_scan_bitmap()
Completed in 17 milliseconds