Lines Matching full:system
33 /** Zephyr Memory Storage file system structure */
35 /** File system offset in flash */
45 /** Storage system is split into sectors. The sector size must be a multiple of
49 /** Number of sectors in the file system */
53 /** Flag indicating if the file system is initialized */
80 * @brief Mount a ZMS file system onto the device specified in `fs`.
82 * @param fs Pointer to the file system.
89 * @brief Clear the ZMS file system from device.
91 * @param fs Pointer to the file system.
98 * @brief Write an entry to the file system.
104 * @param fs Pointer to the file system.
117 * @brief Delete an entry from the file system
119 * @param fs Pointer to the file system.
127 * @brief Read an entry from the file system.
129 * @param fs Pointer to the file system.
141 * @brief Read a history entry from the file system.
143 * @param fs Pointer to the file system.
159 * @param fs Pointer to the file system.
168 * @brief Calculate the available free space in the file system.
170 * @param fs Pointer to the file system.
173 * still be written to the file system.
182 * @param fs Pointer to the file system.
197 * @param fs Pointer to the file system.