Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs | Variables
projid.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Macros

#define KPROJIDT_INIT(value)   ((kprojid_t) value )
 
#define INVALID_PROJID   KPROJIDT_INIT(-1)
 
#define OVERFLOW_PROJID   65534
 

Typedefs

typedef __kernel_uid32_t projid_t
 
typedef projid_t kprojid_t
 

Variables

struct user_namespace init_user_ns
 

Macro Definition Documentation

#define INVALID_PROJID   KPROJIDT_INIT(-1)

Definition at line 47 of file projid.h.

#define KPROJIDT_INIT (   value)    ((kprojid_t) value )

Definition at line 43 of file projid.h.

#define OVERFLOW_PROJID   65534

Definition at line 48 of file projid.h.

Typedef Documentation

Definition at line 36 of file projid.h.

Definition at line 19 of file projid.h.

Variable Documentation

struct user_namespace init_user_ns

Definition at line 24 of file user.c.