Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
aops.c File Reference
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/gfp.h>
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/swap.h>
#include <linux/buffer_head.h>
#include <linux/writeback.h>
#include <linux/bit_spinlock.h>
#include "aops.h"
#include "attrib.h"
#include "debug.h"
#include "inode.h"
#include "mft.h"
#include "runlist.h"
#include "types.h"
#include "ntfs.h"

Go to the source code of this file.

Variables

struct address_space_operations ntfs_aops
 
struct address_space_operations ntfs_mst_aops
 

Variable Documentation

Initial value:
= {
.readpage = ntfs_readpage,
.migratepage = buffer_migrate_page,
.error_remove_page = generic_error_remove_page,
}

ntfs_aops - general address space operations for inodes and attributes

Definition at line 1544 of file aops.c.

Initial value:
= {
.readpage = ntfs_readpage,
.migratepage = buffer_migrate_page,
.error_remove_page = generic_error_remove_page,
}

ntfs_mst_aops - general address space operations for mst protecteed inodes and attributes

Definition at line 1559 of file aops.c.