Searched refs:unix_gid (Results 1 – 1 of 1) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | svcauth_unix.c | 411 struct unix_gid { struct 425 struct unix_gid *ug = container_of(rcu, struct unix_gid, rcu); in unix_gid_free() argument 437 struct unix_gid *ug = container_of(item, struct unix_gid, h); in unix_gid_put() 444 struct unix_gid *orig = container_of(corig, struct unix_gid, h); in unix_gid_match() 445 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_match() 450 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_init() 451 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init() 456 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_update() 457 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update() 464 struct unix_gid *g = kmalloc_obj(*g); in unix_gid_alloc() [all …]
|