Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
no-block.c File Reference
#include <linux/kernel.h>
#include <linux/fs.h>

Go to the source code of this file.

Variables

struct file_operations def_blk_fops
 

Variable Documentation

struct file_operations def_blk_fops
Initial value:
= {
.open = no_blkdev_open,
.llseek = noop_llseek,
}

Definition at line 20 of file no-block.c.