xv6-simplified 0.1
简化版xv6
Loading...
Searching...
No Matches
Data Fields
direntry Struct Reference

#include <stat.h>

Data Fields

uint64 d_ino
 
uint64 d_off
 
uint16 d_reclen
 
uint8 d_type
 
char d_name []
 

Field Documentation

◆ d_ino

uint64 d_ino

◆ d_name

char d_name[]

◆ d_off

uint64 d_off

◆ d_reclen

uint16 d_reclen

◆ d_type

uint8 d_type

The documentation for this struct was generated from the following file: