|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/param.h>#include <linux/mm.h>#include <linux/vmalloc.h>#include <linux/slab.h>#include <linux/wait.h>#include <linux/types.h>#include <linux/fs.h>#include "coda_fs_i.h"Go to the source code of this file.
Macros | |
| #define | CODA_ALLOC(ptr, cast, size) |
| #define | CODA_FREE(ptr, size) do { if (size < PAGE_SIZE) kfree((ptr)); else vfree((ptr)); } while (0) |
Functions | |
| int | coda_open (struct inode *i, struct file *f) |
| int | coda_release (struct inode *i, struct file *f) |
| int | coda_permission (struct inode *inode, int mask) |
| int | coda_revalidate_inode (struct dentry *) |
| int | coda_getattr (struct vfsmount *, struct dentry *, struct kstat *) |
| int | coda_setattr (struct dentry *, struct iattr *) |
| char * | coda_f2s (struct CodaFid *f) |
| int | coda_isroot (struct inode *i) |
| int | coda_iscontrol (const char *name, size_t length) |
| void | coda_vattr_to_iattr (struct inode *, struct coda_vattr *) |
| void | coda_iattr_to_vattr (struct iattr *, struct coda_vattr *) |
| unsigned short | coda_flags_to_cflags (unsigned short) |
| void | coda_sysctl_init (void) |
| void | coda_sysctl_clean (void) |
Definition at line 60 of file coda_linux.h.
| #define CODA_FREE | ( | ptr, | |
| size | |||
| ) | do { if (size < PAGE_SIZE) kfree((ptr)); else vfree((ptr)); } while (0) |
Definition at line 70 of file coda_linux.h.
Definition at line 27 of file coda_linux.c.
| unsigned short coda_flags_to_cflags | ( | unsigned | short | ) |
Definition at line 49 of file coda_linux.c.
| void coda_iattr_to_vattr | ( | struct iattr * | , |
| struct coda_vattr * | |||
| ) |
Definition at line 129 of file coda_linux.c.
Definition at line 44 of file coda_linux.c.
| void coda_vattr_to_iattr | ( | struct inode * | , |
| struct coda_vattr * | |||
| ) |
Definition at line 76 of file coda_linux.c.
| struct dentry_operations coda_dentry_operations |
| struct inode_operations coda_dir_inode_operations |
| struct file_operations coda_dir_operations |
| struct address_space_operations coda_file_aops |
| struct inode_operations coda_file_inode_operations |
| struct file_operations coda_file_operations |
| struct inode_operations coda_ioctl_inode_operations |
| struct file_operations coda_ioctl_operations |
| struct address_space_operations coda_symlink_aops |
1.8.2