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

#include <fdtable.h>

Data Fields

atomic_t count
 
struct fdtable __rcufdt
 
struct fdtable fdtab
 
spinlock_t file_lock ____cacheline_aligned_in_smp
 
int next_fd
 
unsigned long close_on_exec_init [1]
 
unsigned long open_fds_init [1]
 
struct file __rcufd_array [NR_OPEN_DEFAULT]
 

Detailed Description

Definition at line 46 of file fdtable.h.

Field Documentation

spinlock_t file_lock ____cacheline_aligned_in_smp

Definition at line 56 of file fdtable.h.

unsigned long close_on_exec_init[1]

Definition at line 58 of file fdtable.h.

atomic_t count

Definition at line 50 of file fdtable.h.

Definition at line 60 of file fdtable.h.

Definition at line 51 of file fdtable.h.

struct fdtable fdtab

Definition at line 52 of file fdtable.h.

int next_fd

Definition at line 57 of file fdtable.h.

unsigned long open_fds_init[1]

Definition at line 59 of file fdtable.h.


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