mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
dm persistent data: add cursor skip functions to the cursor APIs
Signed-off-by: Joe Thornber <ejt@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
This commit is contained in:
committed by
Mike Snitzer
parent
683bb1a374
commit
9b696229aa
@@ -197,6 +197,7 @@ int dm_bitset_cursor_begin(struct dm_disk_bitset *info,
|
||||
void dm_bitset_cursor_end(struct dm_bitset_cursor *c);
|
||||
|
||||
int dm_bitset_cursor_next(struct dm_bitset_cursor *c);
|
||||
int dm_bitset_cursor_skip(struct dm_bitset_cursor *c, uint32_t count);
|
||||
bool dm_bitset_cursor_get_value(struct dm_bitset_cursor *c);
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user