zephyr/subsys/fs
Andrzej Puzdrowski b3614c0b17 subsys: fs: fcb: remove f_area_id from fcb structure
It is faster to operate directly on flash_area pointer instead
of fetch it all the time using the fcb flash area id.
Also as f_area_id was needed only for get appropriate flash_area
pointer, so it is better to pass it only while initialization
the fcb and not store it in fcb instance data at all.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2018-02-07 09:51:26 -05:00
..
fcb subsys: fs: fcb: remove f_area_id from fcb structure 2018-02-07 09:51:26 -05:00
CMakeLists.txt subsys: fs: Add Flash Circular Buffer 2018-01-15 15:46:37 -05:00
Kconfig fs: Kconfig: Fix warning on undefined choice NO_FILE_SYSTEM 2018-02-07 08:35:29 -05:00
fat_fs.c subsys: convert to using newly introduced integer sized types 2017-04-21 09:36:22 -05:00
nffs_fs.c fs: nffs: Corrected types in OS specific functions 2018-01-02 13:34:02 -05:00
shell.c fs: shell: Add more shell functions 2017-09-22 06:54:48 -04:00