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/quotaops.h>
#include "ext3.h"
#include "xattr.h"
#include "acl.h"

Go to the source code of this file.

Variables

struct file_operations ext3_file_operations
 
struct inode_operations ext3_file_inode_operations
 

Variable Documentation

struct inode_operations ext3_file_inode_operations
Initial value:
= {
.setattr = ext3_setattr,
.get_acl = ext3_get_acl,
.fiemap = ext3_fiemap,
}

Definition at line 69 of file file.c.

struct file_operations ext3_file_operations
Initial value:
= {
.read = do_sync_read,
.write = do_sync_write,
.aio_read = generic_file_aio_read,
.aio_write = generic_file_aio_write,
.unlocked_ioctl = ext3_ioctl,
.open = dquot_file_open,
.release = ext3_release_file,
.fsync = ext3_sync_file,
.splice_read = generic_file_splice_read,
.splice_write = generic_file_splice_write,
}

Definition at line 51 of file file.c.