Home
last modified time | relevance | path

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

/linux/kernel/
H A Dgroups.c15 struct group_info *groups_alloc(int gidsetsize) in groups_alloc() function
27 EXPORT_SYMBOL(groups_alloc);
208 group_info = groups_alloc(gidsetsize); in SYSCALL_DEFINE2()
H A Duid16.c187 group_info = groups_alloc(gidsetsize); in SYSCALL_DEFINE2()
/linux/fs/nfsd/
H A Dauth.c44 gi = groups_alloc(0); in nfsd_setuser()
53 gi = groups_alloc(rqgi->ngroups); in nfsd_setuser()
/linux/net/sunrpc/
H A Dsvcauth_unix.c521 ug.gi = groups_alloc(gids); in unix_gid_parse()
733 ug.gi = groups_alloc(0); in sunrpc_nl_parse_one_unix_gid()
745 ug.gi = groups_alloc(gids); in sunrpc_nl_parse_one_unix_gid()
1050 cred->cr_group_info = groups_alloc(0); in svcauth_null_accept()
1135 cred->cr_group_info = groups_alloc(0); in svcauth_tls_accept()
1232 cred->cr_group_info = groups_alloc(len); in svcauth_unix_accept()
/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c205 creds->cr_group_info = groups_alloc(N); in gssx_dec_linux_creds()
H A Dsvcauth_gss.c526 rsci.cred.cr_group_info = groups_alloc(N); in rsc_parse()