vfs_dirent_t Struct Reference

User facing directory entry. More...

Detailed Description

User facing directory entry.

Used to hold the output from readdir

Note
size, modification time, and other information is part of the file status, not the directory entry.

Definition at line 318 of file vfs.h.

#include <vfs.h>

Data Fields

ino_t d_ino
 file serial number, unique for the file system ("inode" in Linux)
 
char d_name [VFS_NAME_MAX+1]
 file name, relative to its containing directory
 

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