size_opt         1127 fs/hugetlbfs/inode.c hugetlbfs_size_to_hpages(struct hstate *h, unsigned long long size_opt,
size_opt         1134 fs/hugetlbfs/inode.c 		size_opt <<= huge_page_shift(h);
size_opt         1135 fs/hugetlbfs/inode.c 		size_opt *= h->max_huge_pages;
size_opt         1136 fs/hugetlbfs/inode.c 		do_div(size_opt, 100);
size_opt         1139 fs/hugetlbfs/inode.c 	size_opt >>= huge_page_shift(h);
size_opt         1140 fs/hugetlbfs/inode.c 	return size_opt;