Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-thin-metadata.c324 typedef int (*run_fn)(struct dm_space_map *, dm_block_t, dm_block_t); typedef
326 static void with_runs(struct dm_space_map *sm, const __le64 *value_le, unsigned int count, run_fn f… in with_runs()