mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 13:08:59 +00:00
fs/nxffs: Add partial implementation of the truncate method: It extend files, but cannot yet shrink them.
fs/smartfs: Add partial implementation of the truncate method: It extend files, but cannot yet shrink them.
fs/fat: Add partial implementation of the truncate method: It extend files, but no yet shrink them.
fs/nfs: Add support for the truncate method to the NFS file system.
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Make.defs | ||
| nfs.h | ||
| nfs_mount.h | ||
| nfs_node.h | ||
| nfs_proto.h | ||
| nfs_util.c | ||
| nfs_vfsops.c | ||
| rpc.h | ||
| rpc_clnt.c | ||
| xdr_subs.h | ||