Lines Matching refs:dax_dev
309 struct dax_device *dax_dev; in stripe_dax_direct_access() local
316 dax_dev = sc->stripe[stripe].dev->dax_dev; in stripe_dax_direct_access()
322 return dax_direct_access(dax_dev, pgoff, nr_pages, kaddr, pfn); in stripe_dax_direct_access()
330 struct dax_device *dax_dev; in stripe_dax_copy_from_iter() local
336 dax_dev = sc->stripe[stripe].dev->dax_dev; in stripe_dax_copy_from_iter()
341 return dax_copy_from_iter(dax_dev, pgoff, addr, bytes, i); in stripe_dax_copy_from_iter()
349 struct dax_device *dax_dev; in stripe_dax_copy_to_iter() local
355 dax_dev = sc->stripe[stripe].dev->dax_dev; in stripe_dax_copy_to_iter()
360 return dax_copy_to_iter(dax_dev, pgoff, addr, bytes, i); in stripe_dax_copy_to_iter()
369 struct dax_device *dax_dev; in stripe_dax_zero_page_range() local
375 dax_dev = sc->stripe[stripe].dev->dax_dev; in stripe_dax_zero_page_range()
381 return dax_zero_page_range(dax_dev, pgoff, nr_pages); in stripe_dax_zero_page_range()