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.
|
||
|---|---|---|
| .. | ||
| cacheroute.h | ||
| fileroute.h | ||
| Kconfig | ||
| Make.defs | ||
| net_add_fileroute.c | ||
| net_add_ramroute.c | ||
| net_alloc_ramroute.c | ||
| net_cacheroute.c | ||
| net_del_fileroute.c | ||
| net_del_ramroute.c | ||
| net_dumproute.c | ||
| net_fileroute.c | ||
| net_foreach_fileroute.c | ||
| net_foreach_ramroute.c | ||
| net_foreach_romroute.c | ||
| net_initroute.c | ||
| net_queue_ramroute.c | ||
| net_router.c | ||
| netdev_router.c | ||
| ramroute.h | ||
| romroute.h | ||
| route.h | ||