nuttx/fs
Xiang Xiao 319474b1b1 fs: Change off_t and related types to int64_t if long long is supported
since it is very popular that the storage capcacity is large than 4GB
even in the embedded system:
https://www.opengroup.org/platform/lfs.html
https://en.wikipedia.org/wiki/Large-file_support

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I019dc08aff02f9ea01eb6d750033bbc358994da5
2021-08-04 06:48:30 -07:00
..
aio Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
binfs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
cromfs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
dirent Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
driver fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 10:35:15 -03:00
fat fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
hostfs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
inode fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
littlefs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
mmap Fix mmap compiler error when CONFIG_FS_RAMMAP equals y 2021-07-13 14:39:14 -03:00
mount fs: mount: Change the format for df 2021-07-19 04:26:44 -07:00
mqueue fs: should only apply umask to the userspace caller 2021-07-17 13:58:58 +09:00
nfs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
nxffs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
partition fs: change geometry types from size_t to blkcnt_t and blksize_t 2021-02-18 20:38:22 -08:00
procfs libc: Rename match to fnmatch 2021-08-02 08:23:35 -03:00
romfs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
semaphore fs: Move umask to task_info_s 2021-07-14 10:35:15 -03:00
shm Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
smartfs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
socket fs/inode: add sanity check for inode to avoid nullpointer 2021-07-25 23:01:37 -07:00
spiffs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
tmpfs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
unionfs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
userfs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
vfs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
fs_initialize.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
Kconfig fs: Change off_t and related types to int64_t if long long is supported 2021-08-04 06:48:30 -07:00
Makefile net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00