Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-table.c1323 * should use the iteration structure like dm_table_any_dev_attr(), or call
1331 * capable of something. So: return !dm_table_any_dev_attr(t, anti_func, data);
1333 static bool dm_table_any_dev_attr(struct dm_table *t, in dm_table_any_dev_attr() function
1459 if (dm_table_any_dev_attr(table, device_not_matches_zone_sectors, &zone_sectors)) { in validate_hardware_zoned_model()
1845 if (dm_table_any_dev_attr(t, device_dax_write_cache_enabled, NULL)) in dm_table_set_restrictions()
1849 if (dm_table_any_dev_attr(t, device_is_rotational, NULL)) in dm_table_set_restrictions()
1868 if (dm_table_any_dev_attr(t, device_requires_stable_pages, NULL)) in dm_table_set_restrictions()
1880 dm_table_any_dev_attr(t, device_is_not_random, NULL)) in dm_table_set_restrictions()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-table.c1516 * should use the iteration structure like dm_table_any_dev_attr(), or call
1524 * capable of something. So: return !dm_table_any_dev_attr(t, anti_func, data);
1526 static bool dm_table_any_dev_attr(struct dm_table *t, in dm_table_any_dev_attr() function
1654 if (dm_table_any_dev_attr(t, device_not_matches_zone_sectors, &zone_sectors)) { in validate_hardware_zoned_model()
1985 if (dm_table_any_dev_attr(t, device_dax_write_cache_enabled, NULL)) in dm_table_set_restrictions()
1989 if (dm_table_any_dev_attr(t, device_is_rotational, NULL)) in dm_table_set_restrictions()
2006 if (dm_table_any_dev_attr(t, device_requires_stable_pages, NULL)) in dm_table_set_restrictions()
2018 dm_table_any_dev_attr(t, device_is_not_random, NULL)) in dm_table_set_restrictions()

Completed in 6 milliseconds