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

/linux-master/drivers/md/
H A Ddm-table.c1517 * should use the iteration structure like dm_table_any_dev_attr(), or call
1525 * capable of something. So: return !dm_table_any_dev_attr(t, anti_func, data);
1527 static bool dm_table_any_dev_attr(struct dm_table *t, function
1670 if (dm_table_any_dev_attr(t, device_not_matches_zone_sectors, &zone_sectors)) {
2001 if (dm_table_any_dev_attr(t, device_dax_write_cache_enabled, NULL))
2005 if (dm_table_any_dev_attr(t, device_is_rotational, NULL))
2022 if (dm_table_any_dev_attr(t, device_requires_stable_pages, NULL))
2034 dm_table_any_dev_attr(t, device_is_not_random, NULL))

Completed in 103 milliseconds