nuttx/fs
Saurav Pal d79e5a4932 fs/vfat: Fix typo in the macro DIRSEC_BYTENDX
The DIRSEC_BYTENDX(f, i) is supposed to have DIRSEC_NDXMASK(f) in its expansion instead of DIRSEC_NDXMASK(fs). It went unnoticed in the codebase as DIRSEC_BYTENDX(fs, idx) is the way it is used, and it leads to a similar expansion as desired, and thus it has worked till now without any issues from this.

Signed-off-by: Saurav Pal <resyfer.dev@gmail.com>
2024-02-03 12:46:08 -03:00
..
aio
binfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
cromfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
driver
fat fs/vfat: Fix typo in the macro DIRSEC_BYTENDX 2024-02-03 12:46:08 -03:00
hostfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
inode compiler/tasking: fix compiler warning on tasking 2024-01-31 05:02:56 -08:00
littlefs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
mmap
mount fs: procfs add poll support 2023-12-26 19:23:13 -08:00
mqueue
nfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
nxffs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
partition fs: partition: fs_mbr: fix for MBR block count calculation. 2024-01-14 01:29:24 -08:00
procfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
romfs fs/romfs: Move rn_child/rn_count before rn_namesize 2024-01-20 09:27:50 -03:00
rpmsgfs rpmsgfs: decoupling rpmsgfs server and rpmsg virtio. 2024-01-24 06:52:13 -08:00
semaphore
shm fs/shmfs: Fix stat() system call for shmfs object 2024-02-02 09:12:18 -08:00
smartfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
socket
spiffs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
tmpfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
unionfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
userfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
vfs fs/shmfs: Fix stat() system call for shmfs object 2024-02-02 09:12:18 -08:00
zipfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
CMakeLists.txt
fs_initialize.c
Kconfig
Makefile