Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/key.h>
#include <linux/ctype.h>
#include <linux/dns_resolver.h>
#include <linux/sched.h>
#include <keys/rxrpc-type.h>
#include "internal.h"
Go to the source code of this file.
Functions | |
DECLARE_RWSEM (afs_proc_cells_sem) | |
LIST_HEAD (afs_proc_cells) | |
struct afs_cell * | afs_cell_create (const char *name, unsigned namesz, char *vllist, bool retref) |
int | afs_cell_init (char *rootcell) |
struct afs_cell * | afs_cell_lookup (const char *name, unsigned namesz, bool dns_cell) |
void | afs_put_cell (struct afs_cell *cell) |
void | afs_cell_purge (void) |
DECLARE_RWSEM | ( | afs_proc_cells_sem | ) |
LIST_HEAD | ( | afs_proc_cells | ) |