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:bg_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
ocfs2_fs.h
881
__le16
bg_size
; /* Size of included bitmap in
member
911
*
bg_size
of a discontiguous block group will
1369
* code expects
bg_size
set to the maximum. Thus we must keep
in ocfs2_group_bitmap_size()
1370
*
bg_size
as-is unless discontig_bg is enabled.
in ocfs2_group_bitmap_size()
1517
* code expects
bg_size
set to the maximum. Thus we must keep
in ocfs2_group_bitmap_size()
1518
*
bg_size
as-is unless discontig_bg is enabled.
in ocfs2_group_bitmap_size()
1599
le16_to_cpu(gd->
bg_size
)) !=
in ocfs2_gd_is_discontig()
1604
* bg_bitmap +
bg_size
== bg_list.
in ocfs2_gd_is_discontig()
H
A
D
suballoc.c
190
if (le16_to_cpu(gd->bg_bits) > (8 * le16_to_cpu(gd->
bg_size
))) {
in ocfs2_validate_gd_self()
194
8 * le16_to_cpu(gd->
bg_size
));
in ocfs2_validate_gd_self()
375
bg->
bg_size
= cpu_to_le16(ocfs2_group_bitmap_size(sb, 1,
in ocfs2_block_group_fill()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
ocfs2_fs.h
879
__le16
bg_size
; /* Size of included bitmap in
member
909
*
bg_size
of a discontiguous block group will
1367
* code expects
bg_size
set to the maximum. Thus we must keep
in ocfs2_group_bitmap_size()
1368
*
bg_size
as-is unless discontig_bg is enabled.
in ocfs2_group_bitmap_size()
1515
* code expects
bg_size
set to the maximum. Thus we must keep
in ocfs2_group_bitmap_size()
1516
*
bg_size
as-is unless discontig_bg is enabled.
in ocfs2_group_bitmap_size()
1597
le16_to_cpu(gd->
bg_size
)) !=
in ocfs2_gd_is_discontig()
1602
* bg_bitmap +
bg_size
== bg_list.
in ocfs2_gd_is_discontig()
H
A
D
suballoc.c
188
if (le16_to_cpu(gd->bg_bits) > (8 * le16_to_cpu(gd->
bg_size
))) {
in ocfs2_validate_gd_self()
192
8 * le16_to_cpu(gd->
bg_size
));
in ocfs2_validate_gd_self()
373
bg->
bg_size
= cpu_to_le16(ocfs2_group_bitmap_size(sb, 1,
in ocfs2_block_group_fill()
Completed in 22 milliseconds