Lines Matching refs:unix_gid
408 struct unix_gid { struct
422 struct unix_gid *ug = container_of(rcu, struct unix_gid, rcu); in unix_gid_free() argument
434 struct unix_gid *ug = container_of(item, struct unix_gid, h); in unix_gid_put()
441 struct unix_gid *orig = container_of(corig, struct unix_gid, h); in unix_gid_match()
442 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_match()
447 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_init()
448 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init()
453 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_update()
454 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update()
461 struct unix_gid *g = kmalloc(sizeof(*g), GFP_KERNEL); in unix_gid_alloc()
478 struct unix_gid *ug = container_of(h, struct unix_gid, h); in unix_gid_request()
485 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid);
498 struct unix_gid ug, *ugp; in unix_gid_parse()
563 struct unix_gid *ug; in unix_gid_show()
571 ug = container_of(h, struct unix_gid, h); in unix_gid_show()
629 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid) in unix_gid_lookup()
631 struct unix_gid ug; in unix_gid_lookup()
637 return container_of(ch, struct unix_gid, h); in unix_gid_lookup()
644 struct unix_gid *ug; in unix_gid_find()