nuttx/include/nuttx/fs
chao an 42427e9e29 sched/taskfiles: skip unnecessary file open/close operations to improve performance
The task files should consult the "spawn action" and "O_CLOEXEC flags"
to determine further whether the file should be duplicated.

This PR will further optimize file list duplicating to avoid the performance
regression caused by additional file operations.

Signed-off-by: chao an <anchao@xiaomi.com>
2023-11-16 07:30:36 -08:00
..
automount.h
fat.h
fs.h sched/taskfiles: skip unnecessary file open/close operations to improve performance 2023-11-16 07:30:36 -08:00
hostfs.h hostfs:support SEEK_CUR 2023-08-19 01:48:48 +08:00
ioctl.h Add a stepper generic upperhalf driver 2023-10-14 12:28:41 -04:00
loop.h
loopmtd.h Add MTD loop driver (use filemtd) 2023-02-19 19:46:48 +08:00
nfs.h
nxffs.h
partition.h
procfs.h procfs:add armv7-m cpuinfo 2023-05-27 03:29:41 +08:00
smart.h fs/smart: fix visual studio Compiler Error C2016 2023-02-09 20:11:55 +08:00
userfs.h