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

Go to the source code of this file.

Functions

struct afs_volumeafs_volume_lookup (struct afs_mount_params *params)
 
void afs_put_volume (struct afs_volume *volume)
 
struct afs_serverafs_volume_pick_fileserver (struct afs_vnode *vnode)
 
int afs_volume_release_fileserver (struct afs_vnode *vnode, struct afs_server *server, int result)
 

Function Documentation

void afs_put_volume ( struct afs_volume volume)

Definition at line 172 of file volume.c.

struct afs_volume* afs_volume_lookup ( struct afs_mount_params params)
read

Definition at line 45 of file volume.c.

struct afs_server* afs_volume_pick_fileserver ( struct afs_vnode vnode)
read

Definition at line 219 of file volume.c.

int afs_volume_release_fileserver ( struct afs_vnode vnode,
struct afs_server server,
int  result 
)

Definition at line 306 of file volume.c.