zephyr/subsys/fs/ext2
Flavio Ceolin e7bd10ae71 random: Rename random header
rand32.h does not make much sense, since the random subsystem
provides more APIs than just getting a random 32 bits value.

Rename it to random.h and get consistently with other
subsystems.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-10-10 14:23:50 +03:00
..
CMakeLists.txt
Kconfig
ext2.h fs: ext2: create correct file system in mkfs 2023-08-03 12:22:01 -04:00
ext2_bitmap.c fs: ext2: fix blocks and inodes handling 2023-08-03 12:22:01 -04:00
ext2_bitmap.h fs: ext2: fix blocks and inodes handling 2023-08-03 12:22:01 -04:00
ext2_disk_access.c fs: ext2: impl fs_sync 2023-08-03 12:22:01 -04:00
ext2_diskops.c fs: rename shadow variables 2023-08-22 11:39:58 +02:00
ext2_diskops.h fs: ext2: Use disk structs to access data on disk 2023-08-03 12:22:01 -04:00
ext2_format.c random: Rename random header 2023-10-10 14:23:50 +03:00
ext2_impl.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
ext2_impl.h fs: ext2: Use disk structs to access data on disk 2023-08-03 12:22:01 -04:00
ext2_ops.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
ext2_struct.h fs: ext2: Use disk structs to access data on disk 2023-08-03 12:22:01 -04:00