Symbol: unix_gid
net/sunrpc/svcauth_unix.c
425
struct unix_gid *ug = container_of(rcu, struct unix_gid, rcu);
net/sunrpc/svcauth_unix.c
437
struct unix_gid *ug = container_of(item, struct unix_gid, h);
net/sunrpc/svcauth_unix.c
444
struct unix_gid *orig = container_of(corig, struct unix_gid, h);
net/sunrpc/svcauth_unix.c
445
struct unix_gid *new = container_of(cnew, struct unix_gid, h);
net/sunrpc/svcauth_unix.c
450
struct unix_gid *new = container_of(cnew, struct unix_gid, h);
net/sunrpc/svcauth_unix.c
451
struct unix_gid *item = container_of(citem, struct unix_gid, h);
net/sunrpc/svcauth_unix.c
456
struct unix_gid *new = container_of(cnew, struct unix_gid, h);
net/sunrpc/svcauth_unix.c
457
struct unix_gid *item = container_of(citem, struct unix_gid, h);
net/sunrpc/svcauth_unix.c
464
struct unix_gid *g = kmalloc_obj(*g);
net/sunrpc/svcauth_unix.c
481
struct unix_gid *ug = container_of(h, struct unix_gid, h);
net/sunrpc/svcauth_unix.c
488
static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid);
net/sunrpc/svcauth_unix.c
501
struct unix_gid ug, *ugp;
net/sunrpc/svcauth_unix.c
566
struct unix_gid *ug;
net/sunrpc/svcauth_unix.c
574
ug = container_of(h, struct unix_gid, h);
net/sunrpc/svcauth_unix.c
652
struct unix_gid *ug;
net/sunrpc/svcauth_unix.c
655
ug = container_of(items[i], struct unix_gid, h);
net/sunrpc/svcauth_unix.c
706
struct unix_gid ug, *ugp;
net/sunrpc/svcauth_unix.c
898
static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid)
net/sunrpc/svcauth_unix.c
900
struct unix_gid ug;
net/sunrpc/svcauth_unix.c
906
return container_of(ch, struct unix_gid, h);
net/sunrpc/svcauth_unix.c
913
struct unix_gid *ug;