Linux Kernel
3.7.1
|
#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_volume * | afs_volume_lookup (struct afs_mount_params *params) |
void | afs_put_volume (struct afs_volume *volume) |
struct afs_server * | afs_volume_pick_fileserver (struct afs_vnode *vnode) |
int | afs_volume_release_fileserver (struct afs_vnode *vnode, struct afs_server *server, int result) |
void afs_put_volume | ( | struct afs_volume * | volume | ) |
|
read |
|
read |