Lines Matching refs:unix_gid
406 struct unix_gid { struct
421 struct unix_gid *ug = container_of(item, struct unix_gid, h); in unix_gid_put() argument
430 struct unix_gid *orig = container_of(corig, struct unix_gid, h); in unix_gid_match()
431 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_match()
436 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_init()
437 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init()
442 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_update()
443 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update()
450 struct unix_gid *g = kmalloc(sizeof(*g), GFP_KERNEL); in unix_gid_alloc()
467 struct unix_gid *ug = container_of(h, struct unix_gid, h); in unix_gid_request()
474 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid);
487 struct unix_gid ug, *ugp; in unix_gid_parse()
552 struct unix_gid *ug; in unix_gid_show()
560 ug = container_of(h, struct unix_gid, h); in unix_gid_show()
618 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid) in unix_gid_lookup()
620 struct unix_gid ug; in unix_gid_lookup()
626 return container_of(ch, struct unix_gid, h); in unix_gid_lookup()
633 struct unix_gid *ug; in unix_gid_find()