Searched refs:EXT2_MIN_BLOCK_SIZE (Results 1 – 7 of 7) sorted by relevance
82 #define EXT2_MIN_BLOCK_SIZE (1 << EXT2_MIN_BLOCK_LOG_SIZE) macro91 #define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size)103 #define EXT2_MIN_FRAG_SIZE EXT2_MIN_BLOCK_SIZE224 #define EXT2_MAX_DESC_SIZE EXT2_MIN_BLOCK_SIZE
420 file_system_info.block_size=EXT2_MIN_BLOCK_SIZE << sb->s_log_block_size; in set_file_system_info()421 if (file_system_info.block_size == EXT2_MIN_BLOCK_SIZE) in set_file_system_info()422 file_system_info.first_group_desc_offset=2*EXT2_MIN_BLOCK_SIZE; in set_file_system_info()
92 #define EXT2_MIN_BLOCK_SIZE 1024 macro98 # define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size)
1277 if (b < EXT2_MIN_BLOCK_SIZE || in PRS()1297 if (size < EXT2_MIN_BLOCK_SIZE || in PRS()1338 if (inode_ratio < EXT2_MIN_BLOCK_SIZE || in PRS()1343 optarg, EXT2_MIN_BLOCK_SIZE, in PRS()
552 for (use_blocksize = EXT2_MIN_BLOCK_SIZE; in main()
489 for (blocksize = EXT2_MIN_BLOCK_SIZE; in get_backup_sb()
947 for (blocksize = EXT2_MIN_BLOCK_SIZE; in try_open_fs()