Searched refs:dm_array_cursor_next (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/md/persistent-data/
H A Ddm-array.h210 int dm_array_cursor_next(struct dm_array_cursor *c);
H A Ddm-bitset.c220 r = dm_array_cursor_next(&c->cursor);
H A Ddm-array.c966 int dm_array_cursor_next(struct dm_array_cursor *c) function
987 EXPORT_SYMBOL_GPL(dm_array_cursor_next); variable
1002 r = dm_array_cursor_next(c);
/linux-master/drivers/md/
H A Ddm-cache-metadata.c1473 r = dm_array_cursor_next(&cmd->mapping_cursor);
1475 DMERR("dm_array_cursor_next for mapping failed");
1480 r = dm_array_cursor_next(&cmd->hint_cursor);

Completed in 95 milliseconds