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:s_cluster_bits
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.h
199
(fex->fe_start << EXT4_SB(sb)->
s_cluster_bits
);
in ext4_grp_offs_to_block()
H
A
D
balloc.c
61
EXT4_SB(sb)->
s_cluster_bits
;
in ext4_get_group_no_and_offset()
623
rsv = (ext4_r_blocks_count(sbi->s_es) >> sbi->
s_cluster_bits
) +
in ext4_has_free_clusters()
H
A
D
ext4.h
275
EXT4_SB(s)->
s_cluster_bits
)
278
# define EXT4_CLUSTER_BITS(s) (EXT4_SB(s)->
s_cluster_bits
)
300
#define EXT4_B2C(sbi, blk) ((blk) >> (sbi)->
s_cluster_bits
)
302
#define EXT4_C2B(sbi, cluster) ((cluster) << (sbi)->
s_cluster_bits
)
305
(sbi)->
s_cluster_bits
)
1445
unsigned int
s_cluster_bits
; /* log2 of s_cluster_ratio */
member
H
A
D
resize.c
902
(9 - EXT4_SB(sb)->
s_cluster_bits
);
in add_new_gdb()
1006
int cluster_bits = EXT4_SB(sb)->
s_cluster_bits
;
in reserve_backup_gdb()
1886
(9 - sbi->
s_cluster_bits
)))
in ext4_convert_meta_bg()
H
A
D
sysfs.c
109
sbi->
s_cluster_bits
);
in reserved_clusters_store()
H
A
D
extents_status.c
1178
nclu = (end - i + 1) >> sbi->
s_cluster_bits
;
in count_rsvd()
1180
i += nclu << sbi->
s_cluster_bits
;
in count_rsvd()
H
A
D
super.c
3991
sbi->
s_cluster_bits
);
in ext4_set_resv_clusters()
4550
sbi->
s_cluster_bits
= le32_to_cpu(es->s_log_cluster_size) -
in ext4_fill_super()
4582
sbi->
s_cluster_bits
= 0;
in ext4_fill_super()
H
A
D
xattr.c
871
size_t cluster_size = 1 << (EXT4_SB(sb)->
s_cluster_bits
+
in round_up_cluster()
H
A
D
mballoc.c
2994
sbi->
s_cluster_bits
, 32);
in ext4_mb_init()
H
A
D
extents.c
4364
len = allocated_clusters << sbi->
s_cluster_bits
;
in ext4_ext_map_blocks()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.h
233
(fex->fe_start << EXT4_SB(sb)->
s_cluster_bits
);
in ext4_grp_offs_to_block()
H
A
D
balloc.c
61
EXT4_SB(sb)->
s_cluster_bits
;
in ext4_get_group_no_and_offset()
627
rsv = (ext4_r_blocks_count(sbi->s_es) >> sbi->
s_cluster_bits
) +
in ext4_has_free_clusters()
H
A
D
ext4.h
342
EXT4_SB(s)->
s_cluster_bits
)
345
# define EXT4_CLUSTER_BITS(s) (EXT4_SB(s)->
s_cluster_bits
)
367
#define EXT4_B2C(sbi, blk) ((blk) >> (sbi)->
s_cluster_bits
)
369
#define EXT4_C2B(sbi, cluster) ((cluster) << (sbi)->
s_cluster_bits
)
372
(sbi)->
s_cluster_bits
)
1493
unsigned int
s_cluster_bits
; /* log2 of s_cluster_ratio */
member
H
A
D
resize.c
918
(9 - EXT4_SB(sb)->
s_cluster_bits
);
in add_new_gdb()
1022
int cluster_bits = EXT4_SB(sb)->
s_cluster_bits
;
in reserve_backup_gdb()
1936
(9 - sbi->
s_cluster_bits
)))
in ext4_convert_meta_bg()
H
A
D
sysfs.c
103
sbi->
s_cluster_bits
);
in reserved_clusters_store()
H
A
D
extents_status.c
1171
nclu = (end - i + 1) >> sbi->
s_cluster_bits
;
in count_rsvd()
1173
i += nclu << sbi->
s_cluster_bits
;
in count_rsvd()
H
A
D
super.c
4278
sbi->
s_cluster_bits
);
in ext4_set_resv_clusters()
4424
sbi->
s_cluster_bits
= le32_to_cpu(es->s_log_cluster_size) -
in ext4_handle_clustersize()
4456
sbi->
s_cluster_bits
= 0;
in ext4_handle_clustersize()
H
A
D
xattr.c
921
size_t cluster_size = 1 << (EXT4_SB(sb)->
s_cluster_bits
+
in round_up_cluster()
H
A
D
extents.c
4385
len = allocated_clusters << sbi->
s_cluster_bits
;
in ext4_ext_map_blocks()
H
A
D
mballoc.c
3683
sbi->
s_cluster_bits
, 32);
in ext4_mb_init()
Completed in 80 milliseconds