OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXT2FS_CLUSTER_RATIO
(Results
1 - 15
of
15
) sorted by null
/external/e2fsprogs/lib/ext2fs/
i_block.c
41
num_blocks *=
EXT2FS_CLUSTER_RATIO
(fs);
65
num_blocks *=
EXT2FS_CLUSTER_RATIO
(fs);
84
b *=
EXT2FS_CLUSTER_RATIO
(fs);
alloc_sb.c
63
EXT2FS_CLUSTER_RATIO
(fs) > 1)
alloc_stats.c
81
-inuse *
EXT2FS_CLUSTER_RATIO
(fs));
punch.c
191
if (
EXT2FS_CLUSTER_RATIO
(fs) == 1) {
212
cluster_freed =
EXT2FS_CLUSTER_RATIO
(fs) -
222
while (free_count > 0 && free_count >=
EXT2FS_CLUSTER_RATIO
(fs)) {
225
cluster_freed =
EXT2FS_CLUSTER_RATIO
(fs);
initialize.c
213
((param->s_clusters_per_group *
EXT2FS_CLUSTER_RATIO
(fs)) !=
223
EXT2FS_CLUSTER_RATIO
(fs);
bmap.c
161
for (i = 0; i <
EXT2FS_CLUSTER_RATIO
(fs); i++) {
extent.c
1035
EXT2FS_CLUSTER_RATIO
(handle->fs)) / 512;
[
all
...]
ext2fs.h
610
#define
EXT2FS_CLUSTER_RATIO
(fs) (1 << (fs)->cluster_ratio_bits)
611
#define EXT2FS_CLUSTER_MASK(fs) (
EXT2FS_CLUSTER_RATIO
(fs) - 1)
[
all
...]
/external/e2fsprogs/e2fsck/
super.c
491
bpg_max = 8 * EXT2_BLOCK_SIZE(sb) *
EXT2FS_CLUSTER_RATIO
(fs);
544
EXT2FS_CLUSTER_RATIO
(fs))) {
545
pctx.num = sb->s_clusters_per_group *
EXT2FS_CLUSTER_RATIO
(fs);
563
EXT2FS_CLUSTER_RATIO
(fs) == 1) ? 1 : 0;
pass5.c
267
i +=
EXT2FS_CLUSTER_RATIO
(fs)) {
413
(pctx.blk2 == i -
EXT2FS_CLUSTER_RATIO
(fs)))
414
pctx.blk2 +=
EXT2FS_CLUSTER_RATIO
(fs);
rehash.c
655
if (blk %
EXT2FS_CLUSTER_RATIO
(fs) == 0) {
pass1.c
[
all
...]
/external/e2fsprogs/misc/
dumpe2fs.c
268
EXT2FS_CLUSTER_RATIO
(fs));
tune2fs.c
296
ext2fs_free_blocks_count_add(fs->super,
EXT2FS_CLUSTER_RATIO
(fs));
[
all
...]
/external/e2fsprogs/resize/
resize2fs.c
[
all
...]
Completed in 88 milliseconds