vfs_DIR Struct Reference

Internal representation of a file system directory entry. More...

Detailed Description

Internal representation of a file system directory entry.

Used by opendir, readdir, closedir

Attention
This structure should be treated as an opaque blob and must not be modified by user code. The contents should only be used by file system drivers.

Definition at line 300 of file vfs.h.

#include <vfs.h>

Data Fields

const vfs_dir_ops_td_op
 Directory operations table.
 
vfs_mount_tmp
 Pointer to mount table entry.
 
union {
   void *   ptr
 pointer to private data
 
   int   value
 alternatively, you can use private_data as an int
 
   uint8_t   buffer [VFS_DIR_BUFFER_SIZE]
 Buffer space, in case a single pointer is not enough.
 
private_data
 File system driver private data, implementation defined.
 

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