Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
inode.c File Reference
#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.

Data Structures

struct  afs_iget_data
 

Functions

struct inodeafs_iget_autocell (struct inode *dir, const char *dev_name, int namesz, struct key *key)
 
struct inodeafs_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)
 

Function Documentation

int afs_drop_inode ( struct inode inode)

Definition at line 393 of file inode.c.

void afs_evict_inode ( struct inode inode)

Definition at line 406 of file inode.c.

int afs_getattr ( struct vfsmount mnt,
struct dentry dentry,
struct kstat stat 
)

Definition at line 377 of file inode.c.

struct inode* afs_iget ( struct super_block sb,
struct key key,
struct afs_fid fid,
struct afs_file_status status,
struct afs_callback cb 
)
read

Definition at line 198 of file inode.c.

struct inode* afs_iget_autocell ( struct inode dir,
const char dev_name,
int  namesz,
struct key key 
)
read

Definition at line 136 of file inode.c.

int afs_setattr ( struct dentry dentry,
struct iattr attr 
)

Definition at line 459 of file inode.c.

int afs_validate ( struct afs_vnode vnode,
struct key key 
)

Definition at line 313 of file inode.c.

void afs_zap_data ( struct afs_vnode vnode)

Definition at line 291 of file inode.c.