Lines Matching refs:unix_gid
415 struct unix_gid {
429 struct unix_gid *ug = container_of(rcu, struct unix_gid, rcu);
441 struct unix_gid *ug = container_of(item, struct unix_gid, h);
448 struct unix_gid *orig = container_of(corig, struct unix_gid, h);
449 struct unix_gid *new = container_of(cnew, struct unix_gid, h);
454 struct unix_gid *new = container_of(cnew, struct unix_gid, h);
455 struct unix_gid *item = container_of(citem, struct unix_gid, h);
460 struct unix_gid *new = container_of(cnew, struct unix_gid, h);
461 struct unix_gid *item = container_of(citem, struct unix_gid, h);
468 struct unix_gid *g = kmalloc(sizeof(*g), GFP_KERNEL);
485 struct unix_gid *ug = container_of(h, struct unix_gid, h);
492 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid);
505 struct unix_gid ug, *ugp;
570 struct unix_gid *ug;
578 ug = container_of(h, struct unix_gid, h);
636 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid)
638 struct unix_gid ug;
644 return container_of(ch, struct unix_gid, h);
651 struct unix_gid *ug;