Home
last modified time | relevance | path

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

/linux/fs/zonefs/
H A Dzonefs.h165 __le32 s_gid; member
225 kgid_t s_gid; member
H A Dsuper.c1016 z->z_gid = sbi->s_gid; in zonefs_init_zgroup()
1157 sbi->s_gid = make_kgid(current_user_ns(), in zonefs_read_super()
1158 le32_to_cpu(super->s_gid)); in zonefs_read_super()
1159 if (!gid_valid(sbi->s_gid)) { in zonefs_read_super()
1267 sbi->s_gid = GLOBAL_ROOT_GID; in zonefs_fill_super()
/linux/fs/adfs/
H A Dsuper.c107 if (!gid_eq(asb->s_gid, GLOBAL_ROOT_GID)) in adfs_show_options()
108 seq_printf(seq, ",gid=%u", from_kgid_munged(&init_user_ns, asb->s_gid)); in adfs_show_options()
145 asb->s_gid = result.gid; in adfs_parse_param()
456 asb->s_gid = GLOBAL_ROOT_GID; in adfs_init_fs_context()
/linux/fs/omfs/
H A Domfs.h24 kgid_t s_gid; member
/linux/fs/udf/
H A Dialloc.c83 inode->i_gid = sbi->s_gid; in udf_new_inode()
H A Dsuper.c249 uopt->gid = sbi->s_gid; in udf_init_options()
409 seq_printf(seq, ",gid=%u", from_kgid(&init_user_ns, sbi->s_gid)); in udf_show_options()
668 sbi->s_gid = uopt->gid; in udf_reconfigure()
2195 sbi->s_gid = uopt->gid; in udf_fill_super()
H A Dinode.c1508 inode->i_gid = sbi->s_gid; in udf_read_inode()
/linux/fs/isofs/
H A Disofs.h58 kgid_t s_gid; member