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

/system/extras/ext4_utils/
H A Dmkuserimg_mke2fs.sh15 BLOCKSIZE=4096
98 MKE2FS_EXTENDED_OPTS+="stripe_width=$(($2/BLOCKSIZE))"
107 MKE2FS_EXTENDED_OPTS+="stride=$((($2 > 8192 ? $2 : 8192) / BLOCKSIZE))"
139 SIZE=$((SIZE / BLOCKSIZE))
144 MAKE_EXT4FS_CMD="mke2fs $MKE2FS_OPTS -t $EXT_VARIANT -b $BLOCKSIZE $OUTPUT_FILE $SIZE"

Completed in 42 milliseconds