Searched refs:unix_gid (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/sunrpc/ | 
| D | svcauth_unix.c | 419 struct unix_gid {  struct434 	struct unix_gid *ug = container_of(item, struct unix_gid, h);  in unix_gid_put()  argument
 443 	struct unix_gid *orig = container_of(corig, struct unix_gid, h);  in unix_gid_match()
 444 	struct unix_gid *new = container_of(cnew, struct unix_gid, h);  in unix_gid_match()
 449 	struct unix_gid *new = container_of(cnew, struct unix_gid, h);  in unix_gid_init()
 450 	struct unix_gid *item = container_of(citem, struct unix_gid, h);  in unix_gid_init()
 455 	struct unix_gid *new = container_of(cnew, struct unix_gid, h);  in unix_gid_update()
 456 	struct unix_gid *item = container_of(citem, struct unix_gid, h);  in unix_gid_update()
 463 	struct unix_gid *g = kmalloc(sizeof(*g), GFP_KERNEL);  in unix_gid_alloc()
 475 	struct unix_gid *ug = container_of(h, struct unix_gid, h);  in unix_gid_request()
 [all …]
 
 |