|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/kernel.h>#include <linux/time.h>#include <linux/fs.h>#include <linux/stat.h>#include <linux/errno.h>#include <asm/uaccess.h>#include <linux/string.h>#include <linux/list.h>#include <linux/sched.h>#include <linux/spinlock.h>#include <linux/coda.h>#include <linux/coda_psdev.h>#include "coda_linux.h"#include "coda_cache.h"Go to the source code of this file.
Functions | |
| void | coda_cache_enter (struct inode *inode, int mask) |
| void | coda_cache_clear_inode (struct inode *inode) |
| void | coda_cache_clear_all (struct super_block *sb) |
| int | coda_cache_check (struct inode *inode, int mask) |
| void | coda_flag_inode_children (struct inode *inode, int flag) |
| void coda_cache_clear_all | ( | struct super_block * | sb | ) |
1.8.2