mirror of
https://github.com/apache/nuttx.git
synced 2026-09-13 06:00:17 +00:00
fs: Add truncate() support for userfs
fs/unionfs: Add truncate() support to the unionfs
fs/tmpfs: Add ftruncate() support to tmpfs
syscall/: Add system call support for ftruncate()
net/route: Adding ftruncate() support eliminates an issue in file-based routing table management.
fs: Add basic framework to support truncate() and ftruncate(). The infrastructure is complete. Now, however, the actual implementation of ftruncate() will have to be done for each file system.
|
||
|---|---|---|
| .. | ||
| automount.h | ||
| binfs.h | ||
| dirent.h | ||
| fat.h | ||
| fs.h | ||
| hostfs.h | ||
| ioctl.h | ||
| loop.h | ||
| nfs.h | ||
| nxffs.h | ||
| procfs.h | ||
| smart.h | ||
| unionfs.h | ||
| userfs.h | ||