Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddm-dirty-log.h25 int (*flush_callback_fn)(struct dm_target *ti); member
142 int (*flush_callback_fn)(struct dm_target *ti),
/openbmc/linux/drivers/md/
H A Ddm-log.c150 int (*flush_callback_fn)(struct dm_target *ti), in dm_dirty_log_create()
166 log->flush_callback_fn = flush_callback_fn; in dm_dirty_log_create()
697 if (lc->touched_cleaned && log->flush_callback_fn && in disk_flush()
698 log->flush_callback_fn(lc->ti)) { in disk_flush()