Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/ctype.h>
#include <linux/sched.h>
#include <keys/rxrpc-type.h>
#include "internal.h"
Go to the source code of this file.
Functions | |
struct key * | afs_request_key (struct afs_cell *cell) |
void | afs_zap_permits (struct rcu_head *rcu) |
void | afs_clear_permits (struct afs_vnode *vnode) |
void | afs_cache_permit (struct afs_vnode *vnode, struct key *key, long acl_order) |
int | afs_permission (struct inode *inode, int mask) |
Definition at line 129 of file security.c.
Definition at line 109 of file security.c.
Definition at line 23 of file security.c.
Definition at line 51 of file security.c.