Home
last modified time | relevance | path

Searched refs:generic_fsdax_supported (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/
Ddax.h124 static inline bool generic_fsdax_supported(struct dax_device *dax_dev, in generic_fsdax_supported() function
156 static inline bool generic_fsdax_supported(struct dax_device *dax_dev, in generic_fsdax_supported() function
/Linux-v5.4/drivers/nvdimm/
Dpmem.c300 .dax_supported = generic_fsdax_supported,
/Linux-v5.4/drivers/s390/block/
Ddcssblk.c62 .dax_supported = generic_fsdax_supported,
/Linux-v5.4/drivers/md/
Ddm-table.c887 return generic_fsdax_supported(dev->dax_dev, dev->bdev, blocksize, in device_supports_dax()