Home
last modified time | relevance | path

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

/linux/drivers/md/persistent-data/
H A Ddm-array.h210 int dm_array_cursor_next(struct dm_array_cursor *c);
H A Ddm-array.c970 int dm_array_cursor_next(struct dm_array_cursor *c) in dm_array_cursor_next() function
991 EXPORT_SYMBOL_GPL(dm_array_cursor_next);
1007 r = dm_array_cursor_next(c); in dm_array_cursor_skip()
H A Ddm-bitset.c220 r = dm_array_cursor_next(&c->cursor); in cursor_next_array_entry()