Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/fs/nfsd/
Dauth.c45 gi = groups_alloc(0); in nfsd_setuser()
54 gi = groups_alloc(rqgi->ngroups); in nfsd_setuser()
/Linux-v4.19/include/linux/
Dcred.h63 extern struct group_info *groups_alloc(int);
/Linux-v4.19/net/sunrpc/
Dsvcauth_unix.c506 ug.gi = groups_alloc(gids); in unix_gid_parse()
749 cred->cr_group_info = groups_alloc(0); in svcauth_null_accept()
816 cred->cr_group_info = groups_alloc(slen); in svcauth_unix_accept()
/Linux-v4.19/arch/s390/kernel/
Dcompat_linux.c257 group_info = groups_alloc(gidsetsize); in COMPAT_SYSCALL_DEFINE2()
/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c218 creds->cr_group_info = groups_alloc(N); in gssx_dec_linux_creds()
Dsvcauth_gss.c469 rsci.cred.cr_group_info = groups_alloc(N); in rsc_parse()
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayout.c2387 ff_zero_group = groups_alloc(0); in nfs4flexfilelayout_init()