Home
last modified time | relevance | path

Searched refs:ug (Results 1 – 1 of 1) sorted by relevance

/net/sunrpc/
Dsvcauth_unix.c425 struct unix_gid *ug = container_of(item, struct unix_gid, h); in unix_gid_put() local
428 put_group_info(ug->gi); in unix_gid_put()
429 kfree(ug); in unix_gid_put()
466 struct unix_gid *ug = container_of(h, struct unix_gid, h); in unix_gid_request() local
468 snprintf(tuid, 20, "%u", from_kuid(&init_user_ns, ug->uid)); in unix_gid_request()
486 struct unix_gid ug, *ugp; in unix_gid_parse() local
496 ug.uid = uid; in unix_gid_parse()
506 ug.gi = groups_alloc(gids); in unix_gid_parse()
507 if (!ug.gi) in unix_gid_parse()
520 GROUP_AT(ug.gi, i) = kgid; in unix_gid_parse()
[all …]