xv6-simplified 0.1
简化版xv6
Loading...
Searching...
No Matches
Data Structures | Macros
stat.h File Reference

stat结构 More...

This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

stat结构

Date
23.5.26
Author
yrz、xin
Version
0.2 @status Stable

Macro Definition Documentation

◆ STAT_NAME_LENTH

#define STAT_NAME_LENTH   32

◆ T_DEVICE

#define T_DEVICE   3

◆ T_DIR

#define T_DIR   1

◆ T_FILE

#define T_FILE   2