Home
last modified time | relevance | path

Searched refs:hypfs_info (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/s390/hypfs/
Dinode.c105 struct hypfs_sb_info *hypfs_info = sb->s_fs_info; in hypfs_make_inode() local
107 ret->i_uid = hypfs_info->uid; in hypfs_make_inode()
108 ret->i_gid = hypfs_info->gid; in hypfs_make_inode()
237 struct hypfs_sb_info *hypfs_info = sb->s_fs_info; in hypfs_parse_options() local
246 hypfs_info->uid = option; in hypfs_parse_options()
251 hypfs_info->gid = option; in hypfs_parse_options()
264 struct hypfs_sb_info *hypfs_info = root->d_sb->s_fs_info; in hypfs_show_options() local
266 seq_printf(s, ",uid=%u", hypfs_info->uid); in hypfs_show_options()
267 seq_printf(s, ",gid=%u", hypfs_info->gid); in hypfs_show_options()