nuttx/fs
Masayuki Ishikawa cfd1c28606 fs, include: Use fsblkcnt_t and fsfilcnt_t instead of off_t
Summary:
- On Linux, fsblkcnt_t and fsfilcnt_t are used in struct statfs
- This commit applies the same logic

Impact:
- None

Testing:
- Tested with spresense:rndis_smp

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-07-19 04:26:44 -07:00
..
aio Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
binfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
cromfs fs:cromf Use inttypes in printing macros 2021-05-04 09:40:51 +01: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, include: Use fsblkcnt_t and fsfilcnt_t instead of off_t 2021-07-19 04:26:44 -07:00
hostfs Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
inode fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 10:35:15 -03:00
littlefs nuttx: littlefs_close should return value bugfix 2021-07-12 10:05:49 -03:00
mmap Fix mmap compiler error when CONFIG_FS_RAMMAP equals y 2021-07-13 14:39:14 -03:00
mount fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 10:35:15 -03:00
mqueue fs: should only apply umask to the userspace caller 2021-07-17 13:58:58 +09:00
nfs fs: nfs: Fix statfs for NFS 2021-07-19 04:26:44 -07:00
nxffs fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 10:35:15 -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 fs/profs: Add ordblks in meminfo_progmem 2021-07-12 16:49:56 -03:00
romfs fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 10:35:15 -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 NuttX: nxstyle fixes 2021-04-10 06:42:19 -05:00
socket net: Add file_socket function 2021-07-17 07:39:15 -03:00
spiffs Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
tmpfs fs/tmpfs: Handle the tail '/' correctly 2021-07-18 10:25:54 -03:00
unionfs fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 10:35:15 -03:00
userfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
vfs fs: mkdir return EEXIST if the path already exist 2021-07-18 10:25:54 -03:00
fs_initialize.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
Kconfig fs: Simplify sendfile implementation 2021-07-17 07:39:15 -03:00
Makefile net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00