Searched refs:hypfs_info (Results 1 – 1 of 1) sorted by relevance
102 struct hypfs_sb_info *hypfs_info = sb->s_fs_info; in hypfs_make_inode() local105 ret->i_uid = hypfs_info->uid; in hypfs_make_inode()106 ret->i_gid = hypfs_info->gid; in hypfs_make_inode()232 struct hypfs_sb_info *hypfs_info = sb->s_fs_info; in hypfs_parse_options() local244 hypfs_info->uid = uid; in hypfs_parse_options()252 hypfs_info->gid = gid; in hypfs_parse_options()265 struct hypfs_sb_info *hypfs_info = root->d_sb->s_fs_info; in hypfs_show_options() local267 seq_printf(s, ",uid=%u", from_kuid_munged(&init_user_ns, hypfs_info->uid)); in hypfs_show_options()268 seq_printf(s, ",gid=%u", from_kgid_munged(&init_user_ns, hypfs_info->gid)); in hypfs_show_options()