Lines Matching defs:index
154 * The index of next free exception in the current
266 * Convert a metadata area index to a chunk index.
400 uint32_t index)
402 BUG_ON(index >= ps->exceptions_per_area);
404 return ((struct disk_exception *) ps_area) + index;
408 uint32_t index, struct core_exception *result)
410 struct disk_exception *de = get_exception(ps, ps_area, index);
418 uint32_t index, struct core_exception *e)
420 struct disk_exception *de = get_exception(ps, ps->area, index);
427 static void clear_exception(struct pstore *ps, uint32_t index)
429 struct disk_exception *de = get_exception(ps, ps->area, index);