Loading...
Searching...
No Matches
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 434 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
 

Field Documentation

◆ d_ino

ino_t vfs_dirent_t::d_ino

file serial number, unique for the file system ("inode" in Linux)

Definition at line 435 of file vfs.h.

◆ d_name

char vfs_dirent_t::d_name[VFS_NAME_MAX+1]

file name, relative to its containing directory

Definition at line 436 of file vfs.h.


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