Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
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()
Duid16.c187 group_info = groups_alloc(gidsetsize); in SYSCALL_DEFINE2()
/Linux-v6.6/fs/nfsd/
Dauth.c45 gi = groups_alloc(0); in nfsd_setuser()
54 gi = groups_alloc(rqgi->ngroups); in nfsd_setuser()
/Linux-v6.6/net/sunrpc/
Dsvcauth_unix.c518 ug.gi = groups_alloc(gids); in unix_gid_parse()
780 cred->cr_group_info = groups_alloc(0); in svcauth_null_accept()
865 cred->cr_group_info = groups_alloc(0); in svcauth_tls_accept()
962 cred->cr_group_info = groups_alloc(len); in svcauth_unix_accept()
/Linux-v6.6/include/linux/
Dcred.h57 extern struct group_info *groups_alloc(int);
/Linux-v6.6/fs/smb/server/
Dsmb_common.c740 gi = groups_alloc(0); in ksmbd_override_fsids()
/Linux-v6.6/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c205 creds->cr_group_info = groups_alloc(N); in gssx_dec_linux_creds()
Dsvcauth_gss.c526 rsci.cred.cr_group_info = groups_alloc(N); in rsc_parse()