Searched refs:EXT2_MIN_BLOCK_LOG_SIZE (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h81 #define EXT2_MIN_BLOCK_LOG_SIZE 10 /* 1024 */ macro
83 #define EXT2_MIN_BLOCK_SIZE (1 << EXT2_MIN_BLOCK_LOG_SIZE)
104 #define EXT2_MIN_CLUSTER_LOG_SIZE EXT2_MIN_BLOCK_LOG_SIZE
120 #define EXT2_MIN_FRAG_LOG_SIZE EXT2_MIN_BLOCK_LOG_SIZE
H A Dopenfs.c250 if ((fs->super->s_log_block_size + EXT2_MIN_BLOCK_LOG_SIZE) >
/external/e2fsprogs/e2fsck/
H A Dsuper.c515 EXT2_MAX_BLOCK_LOG_SIZE - EXT2_MIN_BLOCK_LOG_SIZE);
938 ((backup_sb->s_log_block_size + EXT2_MIN_BLOCK_LOG_SIZE) >
H A Dpass1.c113 EXT2_MIN_BLOCK_LOG_SIZE + 1];
582 for (i = EXT2_MIN_BLOCK_LOG_SIZE; i <= EXT2_MAX_BLOCK_LOG_SIZE; i++) {
587 ext2_max_sizes[i - EXT2_MIN_BLOCK_LOG_SIZE] = max_sizes;
/external/e2fsprogs/misc/
H A Dmke2fs.c1418 EXT2_MIN_BLOCK_LOG_SIZE);
1647 int_log2(blocksize >> EXT2_MIN_BLOCK_LOG_SIZE);
1821 int_log2(blocksize >> EXT2_MIN_BLOCK_LOG_SIZE);

Completed in 316 milliseconds