Home
last modified time | relevance | path

Searched refs:hostfs (Results 1 – 3 of 3) sorted by relevance

/third_party/NuttX/include/nuttx/fs/
Ddirent_fs.h310 struct fs_hostfsdir_s hostfs; member
/third_party/NuttX/
DChangeLog11144 * fs/hostfs and arch/sim/src: Add a special file system for use with
11156 useful for testing on the simulation using the hostfs. From Ken
13815 * hostfs: Add support for fstat() (2017-02-14).
19745 * include/nuttx/fs/hostfs.h: Update duplicated definitions in HOSTFS
20130 * fs/hostfs: Add support for open() append mode From anchao
20132 * fs/hostfs: Add ftruncate support. From Xiang Xiao (2018-08-22).
20318 * fs/hostfs/Kconfig: Remove ARCH_SIM dependence since other
20319 architectures (e.g., arm semihosting) could support hostfs too From
20321 * fs/hostfs/hostfs.c: Support remote directory names without a trailing
20323 * fs/hostfs/hostfs.c: Ensure f_type is equal to HOSTFS_MAGIC. From
[all …]
DReleaseNotes10084 (currently needed only for the hostfs file system). From Ken
13141 unionfs, tmpfs, nxffs, nfx, hostfs, procfs, and smartfs.
18347 (e.g., arm semihosting) could support hostfs too From Xiang Xiao.
18350 - HostFS: Add re-try when hostfs mount() fails From ligd.