#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/fs.h>
#include <linux/pagemap.h>
#include <linux/sched.h>
#include <linux/mount.h>
#include <linux/namei.h>
#include "internal.h"
Go to the source code of this file.
|
struct inode * | afs_iget_autocell (struct inode *dir, const char *dev_name, int namesz, struct key *key) |
|
struct inode * | afs_iget (struct super_block *sb, struct key *key, struct afs_fid *fid, struct afs_file_status *status, struct afs_callback *cb) |
|
void | afs_zap_data (struct afs_vnode *vnode) |
|
int | afs_validate (struct afs_vnode *vnode, struct key *key) |
|
int | afs_getattr (struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) |
|
int | afs_drop_inode (struct inode *inode) |
|
void | afs_evict_inode (struct inode *inode) |
|
int | afs_setattr (struct dentry *dentry, struct iattr *attr) |
|