nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs
types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned long blkcnt_t
 Used for file block counts. More...
 
typedef unsigned long blksize_t
 Used for block sizes. More...
 
typedef unsigned long dev_t
 Used for device IDs. More...
 
typedef unsigned long fsblkcnt_t
 Used for file system block counts. More...
 
typedef unsigned long fsfilcnt_t
 Used for file system file counts. More...
 
typedef unsigned long gid_t
 Used for group IDs. More...
 
typedef unsigned long id_t
 Used as a general identifier; can be used to contain at least a pid_t, uid_t, or gid_t. More...
 
typedef unsigned long ino_t
 Used for file serial numbers. More...
 
typedef unsigned long mode_t
 Used for some file attributes. More...
 
typedef unsigned long nlink_t
 Used for link counts. More...
 
typedef unsigned long off_t
 Used for file sizes. More...
 
typedef unsigned long pid_t
 Used for process IDs and process group IDs. More...
 
typedef unsigned int size_t
 Used for sizes of objects. More...
 
typedef int ssize_t
 Used for a count of bytes or an error indication. More...
 
typedef unsigned int uid_t
 Used for user IDs. More...
 

Typedef Documentation

typedef unsigned long blkcnt_t

Used for file block counts.

Definition at line 9 of file types.h.

typedef unsigned long blksize_t

Used for block sizes.

Definition at line 14 of file types.h.

typedef unsigned long dev_t

Used for device IDs.

Definition at line 19 of file types.h.

typedef unsigned long fsblkcnt_t

Used for file system block counts.

Definition at line 24 of file types.h.

typedef unsigned long fsfilcnt_t

Used for file system file counts.

Definition at line 29 of file types.h.

typedef unsigned long gid_t

Used for group IDs.

Definition at line 39 of file types.h.

typedef unsigned long id_t

Used as a general identifier; can be used to contain at least a pid_t, uid_t, or gid_t.

Definition at line 45 of file types.h.

typedef unsigned long ino_t

Used for file serial numbers.

Definition at line 50 of file types.h.

typedef unsigned long mode_t

Used for some file attributes.

Definition at line 55 of file types.h.

typedef unsigned long nlink_t

Used for link counts.

Definition at line 60 of file types.h.

typedef unsigned long off_t

Used for file sizes.

Definition at line 65 of file types.h.

typedef unsigned long pid_t

Used for process IDs and process group IDs.

Definition at line 70 of file types.h.

typedef unsigned int size_t

Used for sizes of objects.

Definition at line 75 of file types.h.

typedef int ssize_t

Used for a count of bytes or an error indication.

Definition at line 80 of file types.h.

typedef unsigned int uid_t

Used for user IDs.

Definition at line 34 of file types.h.