Home
last modified time | relevance | path

Searched refs:dm_table_supports_dax (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm.h74 bool dm_table_supports_dax(struct dm_table *t, iterate_devices_callout_fn fn,
H A Ddm-table.c854 bool dm_table_supports_dax(struct dm_table *t, in dm_table_supports_dax() function
939 if (dm_table_supports_dax(t, device_not_dax_capable, &page_size) || in dm_table_determine_type()
2123 if (dm_table_supports_dax(t, device_not_dax_capable, &page_size)) { in dm_table_set_restrictions()
2125 if (dm_table_supports_dax(t, device_not_dax_synchronous_capable, NULL)) in dm_table_set_restrictions()
H A Ddm.c1154 ret = dm_table_supports_dax(map, device_not_dax_capable, &blocksize); in dm_dax_supported()