Linux Kernel
3.7.1
|
#include <linux/time.h>
#include <linux/highuid.h>
#include <linux/pagemap.h>
#include <linux/quotaops.h>
#include <linux/writeback.h>
#include <linux/buffer_head.h>
#include <linux/mpage.h>
#include <linux/fiemap.h>
#include <linux/namei.h>
#include "ext2.h"
#include "acl.h"
#include "xip.h"
Go to the source code of this file.
Data Structures | |
struct | Indirect |
Functions | |
void | ext2_evict_inode (struct inode *inode) |
int | ext2_get_block (struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) |
int | ext2_fiemap (struct inode *inode, struct fiemap_extent_info *fieinfo, u64 start, u64 len) |
void | ext2_set_inode_flags (struct inode *inode) |
void | ext2_get_inode_flags (struct ext2_inode_info *ei) |
struct inode * | ext2_iget (struct super_block *sb, unsigned long ino) |
int | ext2_write_inode (struct inode *inode, struct writeback_control *wbc) |
int | ext2_setattr (struct dentry *dentry, struct iattr *iattr) |
Variables | |
struct address_space_operations | ext2_aops |
struct address_space_operations | ext2_aops_xip |
struct address_space_operations | ext2_nobh_aops |
void ext2_get_inode_flags | ( | struct ext2_inode_info * | ei | ) |
|
read |
int ext2_write_inode | ( | struct inode * | inode, |
struct writeback_control * | wbc | ||
) |
struct address_space_operations ext2_aops |
struct address_space_operations ext2_aops_xip |
struct address_space_operations ext2_nobh_aops |