Searched refs:sbinfo (Results 1 – 1 of 1) sorted by relevance
1179 struct hugetlbfs_sb_info *sbinfo = HUGETLBFS_SB(root->d_sb); in hugetlbfs_show_options() local1180 struct hugepage_subpool *spool = sbinfo->spool; in hugetlbfs_show_options()1181 unsigned long hpage_size = huge_page_size(sbinfo->hstate); in hugetlbfs_show_options()1182 unsigned hpage_shift = huge_page_shift(sbinfo->hstate); in hugetlbfs_show_options()1185 if (!uid_eq(sbinfo->uid, GLOBAL_ROOT_UID)) in hugetlbfs_show_options()1187 from_kuid_munged(&init_user_ns, sbinfo->uid)); in hugetlbfs_show_options()1188 if (!gid_eq(sbinfo->gid, GLOBAL_ROOT_GID)) in hugetlbfs_show_options()1190 from_kgid_munged(&init_user_ns, sbinfo->gid)); in hugetlbfs_show_options()1191 if (sbinfo->mode != 0755) in hugetlbfs_show_options()1192 seq_printf(m, ",mode=%o", sbinfo->mode); in hugetlbfs_show_options()[all …]