Searched refs:hypfs_info (Results 1 – 1 of 1) sorted by relevance
97 struct hypfs_sb_info *hypfs_info = sb->s_fs_info; in hypfs_make_inode() local100 ret->i_uid = hypfs_info->uid; in hypfs_make_inode()101 ret->i_gid = hypfs_info->gid; in hypfs_make_inode()227 struct hypfs_sb_info *hypfs_info = sb->s_fs_info; in hypfs_parse_options() local239 hypfs_info->uid = uid; in hypfs_parse_options()247 hypfs_info->gid = gid; in hypfs_parse_options()260 struct hypfs_sb_info *hypfs_info = root->d_sb->s_fs_info; in hypfs_show_options() local262 seq_printf(s, ",uid=%u", from_kuid_munged(&init_user_ns, hypfs_info->uid)); in hypfs_show_options()263 seq_printf(s, ",gid=%u", from_kgid_munged(&init_user_ns, hypfs_info->gid)); in hypfs_show_options()