Home
last modified time | relevance | path

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

/linux/kernel/
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()
A Duid16.c187 group_info = groups_alloc(gidsetsize); in SYSCALL_DEFINE2()
/linux/fs/nfsd/
A Dauth.c43 gi = groups_alloc(0); in nfsd_setuser()
52 gi = groups_alloc(rqgi->ngroups); in nfsd_setuser()
/linux/net/sunrpc/
A Dsvcauth_unix.c518 ug.gi = groups_alloc(gids); in unix_gid_parse()
781 cred->cr_group_info = groups_alloc(0); in svcauth_null_accept()
866 cred->cr_group_info = groups_alloc(0); in svcauth_tls_accept()
963 cred->cr_group_info = groups_alloc(len); in svcauth_unix_accept()
/linux/include/linux/
A Dcred.h58 extern struct group_info *groups_alloc(int);
/linux/fs/smb/server/
A Dsmb_common.c764 gi = groups_alloc(user->ngroups); in __ksmbd_override_fsids()
/linux/net/sunrpc/auth_gss/
A Dgss_rpc_xdr.c205 creds->cr_group_info = groups_alloc(N); in gssx_dec_linux_creds()
A Dsvcauth_gss.c526 rsci.cred.cr_group_info = groups_alloc(N); in rsc_parse()

Completed in 15 milliseconds