Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
server.c File Reference
#include <linux/sched.h>
#include <linux/slab.h>
#include "internal.h"

Go to the source code of this file.

Functions

struct afs_serverafs_lookup_server (struct afs_cell *cell, const struct in_addr *addr)
 
struct afs_serverafs_find_server (const struct in_addr *_addr)
 
void afs_put_server (struct afs_server *server)
 
void __exit afs_purge_servers (void)
 

Function Documentation

struct afs_server* afs_find_server ( const struct in_addr _addr)
read

Definition at line 181 of file server.c.

struct afs_server* afs_lookup_server ( struct afs_cell cell,
const struct in_addr addr 
)
read

Definition at line 104 of file server.c.

void __exit afs_purge_servers ( void  )

Definition at line 318 of file server.c.

void afs_put_server ( struct afs_server server)

Definition at line 219 of file server.c.