RTEMS CPU Kit with SuperCore
Data Structures | Macros
libfs/src/jffs2/include/linux/fs.h File Reference
#include <linux/stat.h>
#include <sys/types.h>
#include <sys/time.h>
Include dependency graph for libfs/src/jffs2/include/linux/fs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  iattr
 

Macros

#define DT_UNKNOWN   0
 
#define DT_DIR   4
 
#define DT_REG   8
 
#define DT_LNK   10
 
#define ATTR_MODE   (1U << 0)
 
#define ATTR_UID   (1U << 1)
 
#define ATTR_GID   (1U << 2)
 
#define ATTR_SIZE   (1U << 3)
 
#define ATTR_ATIME   (1U << 4)
 
#define ATTR_MTIME   (1U << 5)
 
#define ATTR_CTIME   (1U << 6)