Lines Matching defs:hstate

50 	struct hstate		*hstate;
102 struct hstate *h = hstate_file(file);
178 struct hstate *h = hstate_file(file);
194 struct hstate *h = hstate_file(file);
229 struct hstate *h = hstate_file(file);
315 struct hstate *h = hstate_file(file);
471 static void hugetlb_unmap_file_folio(struct hstate *h,
590 static bool remove_inode_single_folio(struct hstate *h, struct inode *inode,
650 struct hstate *h = hstate_inode(inode);
711 struct hstate *h = hstate_inode(inode);
725 static void hugetlbfs_zero_partial_page(struct hstate *h,
752 struct hstate *h = hstate_inode(inode);
807 struct hstate *h = hstate_inode(inode);
931 struct hstate *h = hstate_inode(inode);
1158 unsigned long hpage_size = huge_page_size(sbinfo->hstate);
1159 unsigned hpage_shift = huge_page_shift(sbinfo->hstate);
1194 struct hstate *h = hstate_inode(d_inode(dentry));
1343 * in the pool specified by hstate. Size option could be in bytes
1347 hugetlbfs_size_to_hpages(struct hstate *h, unsigned long long size_opt,
1370 struct hstate *h;
1420 ctx->hstate = h;
1450 * Use huge page pool size (in hstate) to convert the size
1453 ctx->max_hpages = hugetlbfs_size_to_hpages(ctx->hstate,
1456 ctx->min_hpages = hugetlbfs_size_to_hpages(ctx->hstate,
1483 sbinfo->hstate = ctx->hstate;
1497 sbinfo->spool = hugepage_new_subpool(ctx->hstate,
1504 sb->s_blocksize = huge_page_size(ctx->hstate);
1505 sb->s_blocksize_bits = huge_page_shift(ctx->hstate);
1557 ctx->hstate = &default_hstate;
1585 struct hstate *h = hstate_sizelog(page_size_log);
1651 static struct vfsmount *__init mount_one_hugetlbfs(struct hstate *h)
1661 ctx->hstate = h;
1674 struct hstate *h;
1694 /* default hstate mount is required */