nuttx/fs/vfs
Xiang Xiao 4009cb1970 fs: Don't guard ftruncate with CONFIG_DISABLE_MOUNTPOINT
since ftruncate depends on file_operations not mountpt_operations

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-02-14 11:24:37 +08:00
..
fs_chstat.c
fs_close.c
fs_dir.c fs/dir: provide absolute directory path for F_GETPATH by fcntl 2023-02-07 03:45:38 +08:00
fs_dup2.c
fs_dup.c vfs: Suppoprt F_DUPFD_CLOEXEC and MSG_CMSG_CLOEXEC 2023-02-02 01:00:10 +02:00
fs_epoll.c fs/epoll: fix visual studio Compiler Error C2059 2023-02-09 20:11:55 +08:00
fs_eventfd.c
fs_fchstat.c
fs_fcntl.c vfs: Suppoprt F_DUPFD_CLOEXEC and MSG_CMSG_CLOEXEC 2023-02-02 01:00:10 +02:00
fs_fdopen.c
fs_fstat.c
fs_fstatfs.c
fs_fsync.c fs: Don't guard fsync with CONFIG_DISABLE_MOUNTPOINT 2023-02-14 11:24:37 +08:00
fs_ioctl.c
fs_link.c fs: Implment link as a normal function instead macro 2023-02-04 18:31:23 -03:00
fs_lseek.c
fs_mkdir.c
fs_open.c
fs_poll.c vfs/poll: Remove POLLFILE and POLLSOCK NuttX specific extension 2023-01-17 14:02:59 +08:00
fs_pread.c
fs_pwrite.c
fs_read.c
fs_readlink.c
fs_rename.c
fs_rmdir.c
fs_select.c
fs_sendfile.c
fs_signalfd.c
fs_stat.c
fs_statfs.c
fs_symlink.c
fs_timerfd.c
fs_truncate.c fs: Don't guard ftruncate with CONFIG_DISABLE_MOUNTPOINT 2023-02-14 11:24:37 +08:00
fs_unlink.c
fs_write.c
Kconfig
Make.defs fs: Don't guard ftruncate with CONFIG_DISABLE_MOUNTPOINT 2023-02-14 11:24:37 +08:00