|
TARFS 0.1.5
Read-only TAR filesystem for ESP32
|
Return/Request argument for FIOGETFD ioctl. More...
#include <fs.h>
Data Fields | |
| int | fs_idx |
| int | fd |
| int ioctl_req::fd |
fd number
Definition at line 61 of file fs.h.
Referenced by dupfd(), fdopendir(), mmap(), sendfile(), tarf_dupfd(), tarf_ioctl(), and tarf_stat().
| int ioctl_req::fs_idx |
filesystem index, [0..TARFS_MAX_FS)
Definition at line 60 of file fs.h.
Referenced by dupfd(), fdopendir(), mmap(), sendfile(), statvfs(), and tarf_ioctl().