walnux/include/nuttx/fs
wangyingdong 8f6f601ec1 net/local:Add peek support for pipe and MSG_PEEK support for local socket
fifo peek example:
struct pipe_peek_s peek_buf;
peek_buf.len = len;
peek_buf.data = buf;
ret = file_ioctl(filep, PIPEIOC_PEEK,(unsigned long)((uintptr_t)&peek_buf));

Signed-off-by: wangyingdong <wangyingdong@xiaomi.com>
2023-08-15 23:58:45 +08:00
..
automount.h fs_automount: add options for signaling when volume is mounted and unmounted 2022-02-04 03:27:16 +08:00
fat.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
fs.h fs: add pipe type support to inode 2023-08-05 06:32:50 -07:00
hostfs.h fs/hostfs: align operation flags define with fcntl.h 2023-04-19 02:50:20 +08:00
ioctl.h net/local:Add peek support for pipe and MSG_PEEK support for local socket 2023-08-15 23:58:45 +08:00
loop.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
loopmtd.h Add MTD loop driver (use filemtd) 2023-02-19 19:46:48 +08:00
nfs.h
nxffs.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
partition.h Fix nxstyle warning 2020-08-22 17:37:21 -06:00
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 fs/userfs: Support fchstat and chstat callback 2021-08-10 14:57:48 -03:00