nuttx/fs/nfs
Gregory Nutt 39fe6a0dff Squashed commit of the following:
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.
2018-01-04 10:54:54 -06:00
..
Kconfig
Make.defs
nfs_mount.h
nfs_node.h nfs: Simplify parameters saved for fstat() 2017-02-14 08:16:03 -06:00
nfs_proto.h
nfs_util.c Correct recurring typo: semaphore not semapore 2017-10-09 09:57:56 -06:00
nfs_vfsops.c Squashed commit of the following: 2018-01-04 10:54:54 -06:00
nfs.h Fix calculations using MSEC_PER_TICK. If USEC_PER_TICK is less than 1000, then MSEC_PER_TICK will be zero. It will be inaccurate in any case. 2016-09-25 08:17:33 -06:00
rpc_clnt.c Squashed commit of the following: 2017-09-30 08:18:08 -06:00
rpc.h
xdr_subs.h