Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
fifo.c File Reference
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/pipe_fs_i.h>

Go to the source code of this file.

Variables

struct file_operations def_fifo_fops
 

Variable Documentation

struct file_operations def_fifo_fops
Initial value:
= {
.open = fifo_open,
.llseek = noop_llseek,
}

Definition at line 150 of file fifo.c.