Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
file.c File Reference
#include <linux/buffer_head.h>
#include <linux/gfp.h>
#include <linux/pagemap.h>
#include <linux/pagevec.h>
#include <linux/sched.h>
#include <linux/swap.h>
#include <linux/uio.h>
#include <linux/writeback.h>
#include <asm/page.h>
#include <asm/uaccess.h>
#include "attrib.h"
#include "bitmap.h"
#include "inode.h"
#include "debug.h"
#include "lcnalloc.h"
#include "malloc.h"
#include "mft.h"
#include "ntfs.h"

Go to the source code of this file.

Variables

struct file_operations ntfs_file_ops
 
struct inode_operations ntfs_file_inode_ops
 
struct file_operations ntfs_empty_file_ops = {}
 
struct inode_operations ntfs_empty_inode_ops = {}
 

Variable Documentation

struct file_operations ntfs_empty_file_ops = {}

Definition at line 2235 of file file.c.

struct inode_operations ntfs_empty_inode_ops = {}

Definition at line 2237 of file file.c.

struct inode_operations ntfs_file_inode_ops
Initial value:
= {
}

Definition at line 2228 of file file.c.

struct file_operations ntfs_file_ops
Initial value:
= {
.llseek = generic_file_llseek,
.read = do_sync_read,
.aio_read = generic_file_aio_read,
.open = ntfs_file_open,
.splice_read = generic_file_splice_read
}

Definition at line 2194 of file file.c.