Files
i2som-imx-linux/include/linux
Dan Williams b0686260fe dax: introduce dax_direct_access()
Replace bdev_direct_access() with dax_direct_access() that uses
dax_device and dax_operations instead of a block_device and
block_device_operations for dax. Once all consumers of the old api have
been converted bdev_direct_access() will be deleted.

Given that block device partitioning decisions can cause dax page
alignment constraints to be violated this also introduces the
bdev_dax_pgoff() helper. It handles calculating a logical pgoff relative
to the dax_device and also checks for page alignment.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2017-04-20 11:57:52 -07:00
..
2017-03-07 14:30:38 +01:00
2017-03-02 08:56:04 -07:00
2017-04-20 11:57:52 -07:00
2017-04-20 11:57:52 -07:00
2017-03-12 23:51:34 -07:00
2017-03-22 00:18:22 -07:00
2017-03-22 16:16:17 +01:00
2017-03-02 08:56:04 -07:00
2017-03-21 14:41:46 -07:00