Home
last modified time | relevance | path

Searched refs:dm_table_supports_flush (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-table.c1591 static bool dm_table_supports_flush(struct dm_table *t, unsigned long flush) in dm_table_supports_flush() function
1830 if (dm_table_supports_flush(t, (1UL << QUEUE_FLAG_WC))) { in dm_table_set_restrictions()
1832 if (dm_table_supports_flush(t, (1UL << QUEUE_FLAG_FUA))) in dm_table_set_restrictions()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-table.c1787 static bool dm_table_supports_flush(struct dm_table *t, unsigned long flush) in dm_table_supports_flush() function
1971 if (dm_table_supports_flush(t, (1UL << QUEUE_FLAG_WC))) { in dm_table_set_restrictions()
1973 if (dm_table_supports_flush(t, (1UL << QUEUE_FLAG_FUA))) in dm_table_set_restrictions()

Completed in 6 milliseconds