nuttx/fs/vfs
Xiang Xiao ee767021b3 fs: Remove the inernal st_count field from struct stat
it's more simple to reuse the resolve argument as the recursive count

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I826b2fef3af8b12aae230e4766ab09f8de988f8a
2021-07-09 16:38:51 -03:00
..
fs_close.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_dup2.c fs/fs_dup2: correct check before dup 2021-07-02 04:54:43 -05:00
fs_dup.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_epoll.c fs/epoll: correct the return value of epoll_ctl(2) 2021-03-23 00:28:18 -07:00
fs_eventfd.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fcntl.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
fs_fdopen.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fstat.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fstatfs.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fsync.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_ioctl.c fs: Move the default ioctl handle from nx_vioctl to file_vioctl 2021-07-08 09:17:04 -03:00
fs_lseek.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_mkdir.c
fs_open.c fs: try blockproxy only if BCH is enabled 2021-03-17 01:25:16 -07:00
fs_poll.c mqueue: add poll support 2021-03-04 07:11:43 -08:00
fs_pread.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_pwrite.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_read.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_readlink.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_rename.c fs: pseudorename should call inode_release in the error path 2021-07-09 15:18:32 -03:00
fs_rmdir.c
fs_select.c fs/vfs: Fix bug that select() did not return 2021-05-19 06:43:22 -05:00
fs_sendfile.c net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
fs_stat.c fs: Remove the inernal st_count field from struct stat 2021-07-09 16:38:51 -03:00
fs_statfs.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_symlink.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_truncate.c Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00
fs_unlink.c vfs: Fix unsed label warning 2020-12-30 21:20:17 -06:00
fs_write.c vfs: adjust the error code of write to be consistent with read 2021-04-08 21:52:14 -05:00
Make.defs fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00