Linux Kernel
3.7.1
|
#include <linux/proc_fs.h>
#include <linux/nsproxy.h>
#include <linux/sched.h>
#include <linux/ptrace.h>
#include <linux/fs_struct.h>
#include <linux/mount.h>
#include <linux/path.h>
#include <linux/namei.h>
#include <linux/file.h>
#include <linux/utsname.h>
#include <net/net_namespace.h>
#include <linux/ipc_namespace.h>
#include <linux/pid_namespace.h>
#include "internal.h"
Go to the source code of this file.
Functions | |
struct file * | proc_ns_fget (int fd) |
Variables | |
struct file_operations | proc_ns_dir_operations |
struct inode_operations | proc_ns_dir_inode_operations |
Definition at line 183 of file namespaces.c.
struct inode_operations proc_ns_dir_inode_operations |
Definition at line 177 of file namespaces.c.
struct file_operations proc_ns_dir_operations |
Definition at line 137 of file namespaces.c.