Home
last modified time | relevance | path

Searched refs:megs (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/boot/
H A Dgenimage.sh236 megs=$(((sizes + sizes/100 + 2*1024*1024 - 1)/(1024*1024)))
237 $dd if=/dev/zero of="$FIMAGE" bs=$((1024*1024)) count=$megs 2>/dev/null
240 mformat -v 'LINUX_BOOT' -s 32 -h 64 -c $((cluster/512)) -t $megs h:
/linux/fs/ocfs2/
H A Docfs2.h884 unsigned int megs) in ocfs2_megabytes_to_clusters() argument
888 return megs << (20 - OCFS2_SB(sb)->s_clustersize_bits); in ocfs2_megabytes_to_clusters()