Home
last modified time | relevance | path

Searched refs:mount_point_count (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/fs/
Dfat_fs.c605 int mount_point_count = 0; in fatfs_init() local
611 mount_point_count++; in fatfs_init()
612 if (mount_point_count >= ARRAY_SIZE(VolumeStr)) { in fatfs_init()
617 VolumeStr[mount_point_count] = &mount_points[i + 1]; in fatfs_init()