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_bpc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
resize.c
93
u16
cl_bpc
= le16_to_cpu(cl->
cl_bpc
);
in ocfs2_update_last_group_and_inode()
local
109
old_bg_clusters = le16_to_cpu(group->bg_bits) /
cl_bpc
;
in ocfs2_update_last_group_and_inode()
111
num_bits = new_clusters *
cl_bpc
;
in ocfs2_update_last_group_and_inode()
269
u16
cl_bpc
;
in ocfs2_group_extend()
local
325
cl_bpc
= le16_to_cpu(fe->id2.i_chain.
cl_bpc
);
in ocfs2_group_extend()
326
if (le16_to_cpu(group->bg_bits) /
cl_bpc
+ new_clusters >
in ocfs2_group_extend()
379
u16
cl_bpc
= le16_to_cpu(di->id2.i_chain.
cl_bpc
);
in ocfs2_check_new_group()
local
460
u16
cl_bpc
;
ocfs2_group_add()
local
[all...]
H
A
D
suballoc.c
148
return (u32)le16_to_cpu(cl->cl_cpg) * (u32)le16_to_cpu(cl->
cl_bpc
);
in ocfs2_bits_per_group()
215
max_bits = le16_to_cpu(di->id2.i_chain.cl_cpg) * le16_to_cpu(di->id2.i_chain.
cl_bpc
);
in ocfs2_validate_gd_parent()
334
le16_to_cpu(cl->
cl_bpc
));
in ocfs2_bg_discontig_add_extent()
336
le16_add_cpu(&bg->bg_bits, clusters * le16_to_cpu(cl->
cl_bpc
));
in ocfs2_bg_discontig_add_extent()
338
clusters * le16_to_cpu(cl->
cl_bpc
));
in ocfs2_bg_discontig_add_extent()
495
le16_to_cpu(bg->bg_bits) / le16_to_cpu(cl->
cl_bpc
);
in ocfs2_block_group_grow_discontig()
527
le16_to_cpu(bg->bg_bits) / le16_to_cpu(cl->
cl_bpc
);
in ocfs2_block_group_grow_discontig()
1625
unsigned int bpc = le16_to_cpu(cl->
cl_bpc
);
in ocfs2_bg_discontig_fix_by_rec()
H
A
D
ocfs2_fs.h
483
__le16
cl_bpc
; /* Bits per cluster */
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
resize.c
91
u16
cl_bpc
= le16_to_cpu(cl->
cl_bpc
);
in ocfs2_update_last_group_and_inode()
local
107
old_bg_clusters = le16_to_cpu(group->bg_bits) /
cl_bpc
;
in ocfs2_update_last_group_and_inode()
109
num_bits = new_clusters *
cl_bpc
;
in ocfs2_update_last_group_and_inode()
267
u16
cl_bpc
;
in ocfs2_group_extend()
local
323
cl_bpc
= le16_to_cpu(fe->id2.i_chain.
cl_bpc
);
in ocfs2_group_extend()
324
if (le16_to_cpu(group->bg_bits) /
cl_bpc
+ new_clusters >
in ocfs2_group_extend()
377
u16
cl_bpc
= le16_to_cpu(di->id2.i_chain.
cl_bpc
);
in ocfs2_check_new_group()
local
458
u16
cl_bpc
;
ocfs2_group_add()
local
[all...]
H
A
D
suballoc.c
146
return (u32)le16_to_cpu(cl->cl_cpg) * (u32)le16_to_cpu(cl->
cl_bpc
);
in ocfs2_bits_per_group()
213
max_bits = le16_to_cpu(di->id2.i_chain.cl_cpg) * le16_to_cpu(di->id2.i_chain.
cl_bpc
);
in ocfs2_validate_gd_parent()
332
le16_to_cpu(cl->
cl_bpc
));
in ocfs2_bg_discontig_add_extent()
334
le16_add_cpu(&bg->bg_bits, clusters * le16_to_cpu(cl->
cl_bpc
));
in ocfs2_bg_discontig_add_extent()
336
clusters * le16_to_cpu(cl->
cl_bpc
));
in ocfs2_bg_discontig_add_extent()
493
le16_to_cpu(bg->bg_bits) / le16_to_cpu(cl->
cl_bpc
);
in ocfs2_block_group_grow_discontig()
525
le16_to_cpu(bg->bg_bits) / le16_to_cpu(cl->
cl_bpc
);
in ocfs2_block_group_grow_discontig()
1623
unsigned int bpc = le16_to_cpu(cl->
cl_bpc
);
in ocfs2_bg_discontig_fix_by_rec()
H
A
D
ocfs2_fs.h
481
__le16
cl_bpc
; /* Bits per cluster */
member
Completed in 18 milliseconds