Searched refs:prepare_kernel_cred (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dsecurity.c27 new = prepare_kernel_cred(current);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcred.h164 extern struct cred *prepare_kernel_cred(struct task_struct *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dns_resolver/
H A Ddns_key.c245 cred = prepare_kernel_cred(NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcred.c621 * prepare_kernel_cred - Prepare a set of credentials for a kernel service
638 struct cred *prepare_kernel_cred(struct task_struct *daemon) function
647 kdebug("prepare_kernel_cred() alloc %p", new);
685 EXPORT_SYMBOL(prepare_kernel_cred); variable

Completed in 182 milliseconds