Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fdtable Struct Reference

#include <fdtable.h>

Data Fields

unsigned int max_fds
 
struct file __rcu ** fd
 
unsigned longclose_on_exec
 
unsigned longopen_fds
 
struct rcu_head rcu
 
struct fdtablenext
 

Detailed Description

Definition at line 24 of file fdtable.h.

Field Documentation

unsigned long* close_on_exec

Definition at line 27 of file fdtable.h.

Definition at line 26 of file fdtable.h.

unsigned int max_fds

Definition at line 25 of file fdtable.h.

struct fdtable* next

Definition at line 30 of file fdtable.h.

unsigned long* open_fds

Definition at line 28 of file fdtable.h.

Definition at line 29 of file fdtable.h.


The documentation for this struct was generated from the following file: