|
Linux Kernel
3.7.1
|
#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 |
| struct address_space_operations ntfs_aops |
ntfs_aops - general address space operations for inodes and attributes
| struct address_space_operations ntfs_mst_aops |
ntfs_mst_aops - general address space operations for mst protecteed inodes and attributes
1.8.2