Lines Matching defs:region
47 const struct ftl_layout_region *region;
97 /* This MD descriptor is used for a mirror region */
172 * @param region Region associated with FTL metadata
180 const struct ftl_layout_region *region);
221 * @brief Sets the region of a device on which to perform IO when persisting,
225 * @param region The device region to be set
228 const struct ftl_layout_region *region);
231 * @brief Gets layout region on which ongoing an IO procedure is executed
235 * @return Layout region
258 * @brief Heap allocate and initialize a vss buffer for MD region.
262 * The VSS version is inherited from the MD region.
264 * @param region The MD region
269 union ftl_md_vss *ftl_md_vss_buf_alloc(struct ftl_layout_region *region, uint32_t count);
281 * Restores metadata from the region which is set
288 * Persists all metadata to the region which is set
295 * Persists given entries in metadata to the region which is set
319 * Reads given entries from metadata region
333 * @brief Clears metadata on the region which is set
353 * @brief Return the md creation flags for a given md region type
361 * @param region_type MD region type
368 * @brief Return the md destroy flags for a given md region type
374 * @param region_type MD region type