Lines Matching refs:gid
142 kgid_t gid; member
166 static void change_gid(struct dentry *dentry, kgid_t gid) in change_gid() argument
170 dentry->d_inode->i_gid = gid; in change_gid()
180 static void set_gid(struct dentry *parent, kgid_t gid) in set_gid() argument
188 change_gid(this_parent, gid); in set_gid()
199 change_gid(dentry, gid); in set_gid()
243 kgid_t gid; in tracefs_parse_options() local
266 gid = make_kgid(current_user_ns(), option); in tracefs_parse_options()
267 if (!gid_valid(gid)) in tracefs_parse_options()
269 opts->gid = gid; in tracefs_parse_options()
309 set_gid(sb->s_root, opts->gid); in tracefs_apply_options()
339 if (!gid_eq(opts->gid, GLOBAL_ROOT_GID)) in tracefs_show_options()
341 from_kgid_munged(&init_user_ns, opts->gid)); in tracefs_show_options()