Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Docfs2.h843 unsigned int megs) in ocfs2_megabytes_to_clusters() argument
847 return megs << (20 - OCFS2_SB(sb)->s_clustersize_bits); in ocfs2_megabytes_to_clusters()
/linux-4.1.27/mm/
Dswap.c1145 unsigned long megs = totalram_pages >> (20 - PAGE_SHIFT); in swap_setup() local
1154 if (megs < 16) in swap_setup()