Module representing a type of file or directory on disk, containing functions to read its contents (populate it). More...
#include <vfs.h>

Data Fields | |
| int(* | match )(struct vfsent *ve, int isdir) |
| Attach the VFS module to a VFS entity. | |
| int(* | populate )(struct vfsent *ve) |
| Populate the VFS entity with its childs. | |
| FILE *(* | open )(struct vfsent *ve) |
| Return a FILE* to the file on disk. | |
| char | pseudo |
| Does not need an on-disk file. | |
| unsigned char | sortorder |
| Order in which files should be sorted in vfs_dir. | |
| char | marking |
| Charachter placed behind the character marking the filetype. | |
Module representing a type of file or directory on disk, containing functions to read its contents (populate it).
Definition at line 63 of file vfs.h.
1.6.3