Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
fcntl.h File Reference
#include <asm-generic/fcntl.h>

Go to the source code of this file.

Macros

#define O_DIRECTORY   040000 /* must be a directory */
 
#define O_NOFOLLOW   0100000 /* don't follow links */
 
#define O_DIRECT   0200000 /* direct disk access hint - currently ignored */
 
#define O_LARGEFILE   0400000
 

Macro Definition Documentation

#define O_DIRECT   0200000 /* direct disk access hint - currently ignored */

Definition at line 24 of file fcntl.h.

#define O_DIRECTORY   040000 /* must be a directory */

Definition at line 22 of file fcntl.h.

#define O_LARGEFILE   0400000

Definition at line 25 of file fcntl.h.

#define O_NOFOLLOW   0100000 /* don't follow links */

Definition at line 23 of file fcntl.h.