Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dgroups.c15 struct group_info *groups_alloc(int gidsetsize) in groups_alloc() function
32 EXPORT_SYMBOL(groups_alloc);
200 group_info = groups_alloc(gidsetsize); in SYSCALL_DEFINE2()
Duid16.c187 group_info = groups_alloc(gidsetsize); in SYSCALL_DEFINE2()
/Linux-v5.10/fs/nfsd/
Dauth.c45 gi = groups_alloc(0); in nfsd_setuser()
54 gi = groups_alloc(rqgi->ngroups); in nfsd_setuser()
/Linux-v5.10/net/sunrpc/
Dsvcauth_unix.c516 ug.gi = groups_alloc(gids); in unix_gid_parse()
760 cred->cr_group_info = groups_alloc(0); in svcauth_null_accept()
830 cred->cr_group_info = groups_alloc(slen); in svcauth_unix_accept()
/Linux-v5.10/include/linux/
Dcred.h58 extern struct group_info *groups_alloc(int);
/Linux-v5.10/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c205 creds->cr_group_info = groups_alloc(N); in gssx_dec_linux_creds()
Dsvcauth_gss.c500 rsci.cred.cr_group_info = groups_alloc(N); in rsc_parse()