nuttx/fs/vfs
wanggang26 3dbface167 Revert commit 35602cc2ef
Reason for revert: when block device enable bch proxy, fsync calling would be failed

Signed-off-by: wanggang26 <wanggang26@xiaomi.com>
2023-08-25 20:37:38 +03:00
..
CMakeLists.txt
fs_chstat.c
fs_close.c
fs_dir.c Revert "Don't call lib_free in the kernel code" 2023-08-08 11:58:29 -03:00
fs_dup2.c
fs_dup.c
fs_epoll.c
fs_eventfd.c
fs_fchstat.c
fs_fcntl.c
fs_fdopen.c Revert "Don't call lib_free in the kernel code" 2023-08-08 11:58:29 -03:00
fs_fstat.c
fs_fstatfs.c
fs_fsync.c Revert commit 35602cc2ef 2023-08-25 20:37:38 +03:00
fs_ioctl.c fs/ioctl: add BIOC_BLKGETSIZE cmd to get block sector numbers 2023-08-19 01:43:59 +08:00
fs_link.c
fs_lseek.c
fs_mkdir.c
fs_open.c fs_open: add ioctl checkflag 2023-08-07 01:09:52 -07:00
fs_poll.c
fs_pread.c
fs_pseudofile.c
fs_pwrite.c
fs_read.c
fs_readlink.c
fs_rename.c nuttx: use lib_free for memory de-allocation after strdup or asprintf 2023-08-08 11:58:29 -03:00
fs_rmdir.c
fs_select.c
fs_sendfile.c
fs_signalfd.c
fs_stat.c
fs_statfs.c
fs_symlink.c nuttx: use lib_free for memory de-allocation after strdup or asprintf 2023-08-08 11:58:29 -03:00
fs_timerfd.c
fs_truncate.c
fs_unlink.c
fs_write.c
Kconfig
Make.defs