xv6-simplified 0.1
简化版xv6
|
stat结构 More...
Go to the source code of this file.
Data Structures | |
struct | stat |
struct | direntry |
struct | kstat |
Macros | |
#define | T_DIR 1 |
#define | T_FILE 2 |
#define | T_DEVICE 3 |
#define | STAT_NAME_LENTH 32 |
stat结构
#define STAT_NAME_LENTH 32 |
#define T_DEVICE 3 |
#define T_DIR 1 |
#define T_FILE 2 |