Searched refs:device_not_dax_capable (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm.h | 76 int device_not_dax_capable(struct dm_target *ti, struct dm_dev *dev,
|
| H A D | dm-table.c | 834 int device_not_dax_capable(struct dm_target *ti, struct dm_dev *dev, in device_not_dax_capable() 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()
|
| H A D | dm.c | 1154 ret = dm_table_supports_dax(map, device_not_dax_capable, &blocksize); in dm_dax_supported()
|