Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
file.c File Reference
#include "adfs.h"

Go to the source code of this file.

Variables

struct file_operations adfs_file_operations
 
struct inode_operations adfs_file_inode_operations
 

Variable Documentation

struct inode_operations adfs_file_inode_operations
Initial value:
= {
.setattr = adfs_notify_change,
}

Definition at line 35 of file file.c.

struct file_operations adfs_file_operations
Initial value:
= {
.read = do_sync_read,
.aio_read = generic_file_aio_read,
.write = do_sync_write,
.aio_write = generic_file_aio_write,
.splice_read = generic_file_splice_read,
}

Definition at line 24 of file file.c.