Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
proc_namespace.c File Reference
#include <linux/mnt_namespace.h>
#include <linux/nsproxy.h>
#include <linux/security.h>
#include <linux/fs_struct.h>
#include "proc/internal.h"
#include "pnode.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  proc_fs_info
 

Variables

struct file_operations proc_mounts_operations
 
struct file_operations proc_mountinfo_operations
 
struct file_operations proc_mountstats_operations
 

Variable Documentation

struct file_operations proc_mountinfo_operations
Initial value:
= {
.open = mountinfo_open,
.read = seq_read,
.llseek = seq_lseek,
.release = mounts_release,
.poll = mounts_poll,
}

Definition at line 319 of file proc_namespace.c.

struct file_operations proc_mounts_operations
Initial value:
= {
.open = mounts_open,
.read = seq_read,
.llseek = seq_lseek,
.release = mounts_release,
.poll = mounts_poll,
}

Definition at line 311 of file proc_namespace.c.

struct file_operations proc_mountstats_operations
Initial value:
= {
.open = mountstats_open,
.read = seq_read,
.llseek = seq_lseek,
.release = mounts_release,
}

Definition at line 327 of file proc_namespace.c.