nuttx/fs/driver
Byron Ellacott 9a1b726bae fs: change geometry types from size_t to blkcnt_t and blksize_t
This change reflects that the geometry isn't related to the largest
allocatable unit on the platform.

Calls to read and write block devices are also affected and have
been updated.
2021-02-18 20:38:22 -08:00
..
driver.h Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_blockpartition.c fs: change geometry types from size_t to blkcnt_t and blksize_t 2021-02-18 20:38:22 -08:00
fs_blockproxy.c fs/driver: change unlink to nx_unlink to avoid setting errno 2021-01-22 17:10:13 +01:00
fs_closeblockdriver.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_findblockdriver.c z20x: w25boot configuration nees CONFIG_FS_WRITABLE 2020-03-07 16:59:38 -03:00
fs_findmtddriver.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_mtdpartition.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
fs_mtdproxy.c fs/driver: change unlink to nx_unlink to avoid setting errno 2021-01-22 17:10:13 +01:00
fs_openblockdriver.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_registerblockdriver.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_registerdriver.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_registermtddriver.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_unregisterblockdriver.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_unregisterdriver.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_unregistermtddriver.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
Make.defs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00