Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | page_collect |
struct | updatei_args |
Macros | |
#define | EXOFS_DBGMSG2(M...) do {} while (0) |
Enumerations | |
enum | { PAGE_WAS_NOT_IN_IO = 17 } |
Functions | |
unsigned | exofs_max_io_pages (struct ore_layout *layout, unsigned expected_pages) |
int | exofs_write_begin (struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) |
int | exofs_setattr (struct dentry *dentry, struct iattr *iattr) |
struct inode * | exofs_iget (struct super_block *sb, unsigned long ino) |
int | __exofs_wait_obj_created (struct exofs_i_info *oi) |
struct inode * | exofs_new_inode (struct inode *dir, umode_t mode) |
int | exofs_write_inode (struct inode *inode, struct writeback_control *wbc) |
void | exofs_evict_inode (struct inode *inode) |
Variables | |
struct address_space_operations | exofs_aops |
int __exofs_wait_obj_created | ( | struct exofs_i_info * | oi | ) |
|
read |
unsigned exofs_max_io_pages | ( | struct ore_layout * | layout, |
unsigned | expected_pages | ||
) |
int exofs_write_inode | ( | struct inode * | inode, |
struct writeback_control * | wbc | ||
) |
struct address_space_operations exofs_aops |