Lines Matching refs:unix_gid
415 struct unix_gid { struct
430 struct unix_gid *ug = container_of(item, struct unix_gid, h); in unix_gid_put() argument
439 struct unix_gid *orig = container_of(corig, struct unix_gid, h); in unix_gid_match()
440 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_match()
445 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_init()
446 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init()
451 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_update()
452 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update()
459 struct unix_gid *g = kmalloc(sizeof(*g), GFP_KERNEL); in unix_gid_alloc()
476 struct unix_gid *ug = container_of(h, struct unix_gid, h); in unix_gid_request()
483 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid);
496 struct unix_gid ug, *ugp; in unix_gid_parse()
561 struct unix_gid *ug; in unix_gid_show()
569 ug = container_of(h, struct unix_gid, h); in unix_gid_show()
627 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid) in unix_gid_lookup()
629 struct unix_gid ug; in unix_gid_lookup()
635 return container_of(ch, struct unix_gid, h); in unix_gid_lookup()
642 struct unix_gid *ug; in unix_gid_find()