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

#include <zorro.h>

Data Fields

struct list_head list
 
unsigned long flags
 
int offset
 
int size
 
char * magic
 
char * mask
 
char * interpreter
 
char * name
 
struct dentry * dentry
 
struct Node * ln_Succ
 
struct Node * ln_Pred
 
__u8 ln_Type
 
__s8 ln_Pri
 
__s8 * ln_Name
 

Detailed Description

Definition at line 47 of file binfmt_misc.c.

Field Documentation

Definition at line 56 of file binfmt_misc.c.

unsigned long flags

Definition at line 49 of file binfmt_misc.c.

char* interpreter

Definition at line 54 of file binfmt_misc.c.

Definition at line 48 of file binfmt_misc.c.

__s8* ln_Name

Definition at line 70 of file zorro.h.

struct Node* ln_Pred

Definition at line 67 of file zorro.h.

__s8 ln_Pri

Definition at line 69 of file zorro.h.

struct Node* ln_Succ

Definition at line 66 of file zorro.h.

__u8 ln_Type

Definition at line 68 of file zorro.h.

char* magic

Definition at line 52 of file binfmt_misc.c.

char* mask

Definition at line 53 of file binfmt_misc.c.

char* name

Definition at line 55 of file binfmt_misc.c.

Definition at line 50 of file binfmt_misc.c.

int size

Definition at line 51 of file binfmt_misc.c.


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