Searched refs:dm_table_supports_dax (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/md/ | 
| D | dm.h | 75 bool dm_table_supports_dax(struct dm_table *t, iterate_devices_callout_fn fn,
 | 
| D | dm-table.c | 898 bool dm_table_supports_dax(struct dm_table *t,  in dm_table_supports_dax()  function993 		if (dm_table_supports_dax(t, device_supports_dax, &page_size) ||  in dm_table_determine_type()
 1923 	if (dm_table_supports_dax(t, device_supports_dax, &page_size)) {  in dm_table_set_restrictions()
 1925 		if (dm_table_supports_dax(t, device_dax_synchronous, NULL))  in dm_table_set_restrictions()
 
 | 
| D | dm.c | 1120 	ret = dm_table_supports_dax(map, device_supports_dax, &blocksize);  in dm_dax_supported()
 |