Searched refs:EXT2_BLOCK_SIZE (Results 1 - 12 of 12) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dinitialize.c204 fs->fragsize = fs->blocksize = EXT2_BLOCK_SIZE(super);
330 EXT2_BLOCK_SIZE(super) - 1) /
331 EXT2_BLOCK_SIZE(super));
333 EXT2_BLOCK_SIZE(super)) /
345 EXT2_BLOCK_SIZE(super) - 1) /
346 EXT2_BLOCK_SIZE(super));
H A Dext2_fs.h86 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro
92 #define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size) macro
99 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof(__u32))
121 #define EXT2_FRAG_SIZE(s) EXT2_BLOCK_SIZE(s)
252 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
256 EXT2_BLOCK_SIZE(s)))
264 #define EXT2_DESC_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / EXT2_DESC_SIZE(s))
H A Dopenfs.c273 fs->fragsize = fs->blocksize = EXT2_BLOCK_SIZE(fs->super);
287 EXT2_BLOCK_SIZE(fs->super) - 1) /
288 EXT2_BLOCK_SIZE(fs->super));
H A Dinode.c580 offset &= (EXT2_BLOCK_SIZE(fs->super) - 1);
702 offset &= (EXT2_BLOCK_SIZE(fs->super) - 1);
/external/e2fsprogs/lib/e2p/
H A Dls.c206 EXT2_BLOCK_SIZE(sb) - 1) /
207 EXT2_BLOCK_SIZE(sb));
254 fprintf(f, "Block size: %u\n", EXT2_BLOCK_SIZE(sb));
/external/e2fsprogs/misc/
H A Dmke2fs.c336 EXT2_BLOCK_SIZE(fs->super));
790 blocksize = EXT2_BLOCK_SIZE(param);
1119 meg = (1024 * 1024) / EXT2_BLOCK_SIZE(sb);
1256 blocksize = EXT2_BLOCK_SIZE(fs_param);
1674 EXT2_BLOCK_SIZE(&fs_param),
1703 if (sys_page_size > EXT2_BLOCK_SIZE(&fs_param))
1705 EXT2_BLOCK_SIZE(&fs_param))-1));
1839 EXT2_BLOCK_SIZE(&fs_param));
1964 blocksize = EXT2_BLOCK_SIZE(&fs_param);
2092 inode_size > EXT2_BLOCK_SIZE(
[all...]
H A Ddumpe2fs.c180 EXT2_BLOCK_SIZE(fs->super) - 1) /
181 EXT2_BLOCK_SIZE(fs->super);
/external/e2fsprogs/e2fsck/
H A Dsuper.c488 cpg_max = 8 * EXT2_BLOCK_SIZE(sb);
491 bpg_max = 8 * EXT2_BLOCK_SIZE(sb) * EXT2FS_CLUSTER_RATIO(fs);
H A Dutil.c558 (EXT2_BLOCK_SIZE(sb) == blocksize)) {
H A Dunix.c1389 __u32 blocksize = EXT2_BLOCK_SIZE(fs->super);
/external/e2fsprogs/debugfs/
H A Dlogdump.c364 blocksize = EXT2_BLOCK_SIZE(sb);
H A Ddebugfs.c2138 offset &= (EXT2_BLOCK_SIZE(current_fs->super) - 1);

Completed in 189 milliseconds