Cast sector_count and sector_size to uint64_t to prevent potential integer overflow when calculating total device size in disk_access_device_size(). Fixes Coverity issue CID-322647 Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
Introduce fs_sync function Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>
Included operations: - mount - unmount - mkfs - statvfs Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>