Home
last modified time | relevance | path

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

/Linux-v6.1/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.1/fs/nfsd/
Dauth.c45 gi = groups_alloc(0); in nfsd_setuser()
54 gi = groups_alloc(rqgi->ngroups); in nfsd_setuser()
/Linux-v6.1/net/sunrpc/
Dsvcauth_unix.c508 ug.gi = groups_alloc(gids); in unix_gid_parse()
756 cred->cr_group_info = groups_alloc(0); in svcauth_null_accept()
824 cred->cr_group_info = groups_alloc(0); in svcauth_tls_accept()
885 cred->cr_group_info = groups_alloc(slen); in svcauth_unix_accept()
/Linux-v6.1/include/linux/
Dcred.h57 extern struct group_info *groups_alloc(int);
/Linux-v6.1/fs/ksmbd/
Dsmb_common.c633 gi = groups_alloc(0); in ksmbd_override_fsids()
/Linux-v6.1/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c205 creds->cr_group_info = groups_alloc(N); in gssx_dec_linux_creds()
Dsvcauth_gss.c502 rsci.cred.cr_group_info = groups_alloc(N); in rsc_parse()