Searched refs:hypfs_info (Results 1 – 1 of 1) sorted by relevance
99 struct hypfs_sb_info *hypfs_info = sb->s_fs_info; in hypfs_make_inode() local102 ret->i_uid = hypfs_info->uid; in hypfs_make_inode()103 ret->i_gid = hypfs_info->gid; in hypfs_make_inode()229 struct hypfs_sb_info *hypfs_info = sb->s_fs_info; in hypfs_parse_options() local241 hypfs_info->uid = uid; in hypfs_parse_options()249 hypfs_info->gid = gid; in hypfs_parse_options()262 struct hypfs_sb_info *hypfs_info = root->d_sb->s_fs_info; in hypfs_show_options() local264 seq_printf(s, ",uid=%u", from_kuid_munged(&init_user_ns, hypfs_info->uid)); in hypfs_show_options()265 seq_printf(s, ",gid=%u", from_kgid_munged(&init_user_ns, hypfs_info->gid)); in hypfs_show_options()