Lines Matching refs:gid
140 kgid_t gid; member
164 static void change_gid(struct dentry *dentry, kgid_t gid) in change_gid() argument
168 dentry->d_inode->i_gid = gid; in change_gid()
178 static void set_gid(struct dentry *parent, kgid_t gid) in set_gid() argument
186 change_gid(this_parent, gid); in set_gid()
197 change_gid(dentry, gid); in set_gid()
241 kgid_t gid; in tracefs_parse_options() local
264 gid = make_kgid(current_user_ns(), option); in tracefs_parse_options()
265 if (!gid_valid(gid)) in tracefs_parse_options()
267 opts->gid = gid; in tracefs_parse_options()
307 set_gid(sb->s_root, opts->gid); in tracefs_apply_options()
337 if (!gid_eq(opts->gid, GLOBAL_ROOT_GID)) in tracefs_show_options()
339 from_kgid_munged(&init_user_ns, opts->gid)); in tracefs_show_options()