Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A 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()
H A Duid16.c187 group_info = groups_alloc(gidsetsize); in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dauth.c45 gi = groups_alloc(0); in nfsd_setuser()
54 gi = groups_alloc(rqgi->ngroups); in nfsd_setuser()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcred.h58 extern struct group_info *groups_alloc(int);
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c205 creds->cr_group_info = groups_alloc(N); in gssx_dec_linux_creds()
H A Dsvcauth_gss.c500 rsci.cred.cr_group_info = groups_alloc(N); in rsc_parse()