Lines Matching refs:hostfs
11144 * 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
20325 * fs/hostfs/hostfs.c: Add re-try when hostfs mount() fails From ligd
22885 * fs/hostfs/hostfs.c: Remove the unnecessary use of host_stat() in
26838 * arch/sim/src/sim/up_hostfs.c: hostfs skip '.' and '..' in readdir'
27227 * drivers/rptun/rptun.c and fs/hostfs/hostfs_rpmsg.c: Fix 64-bit build