Home
last modified time | relevance | path

Searched defs:dax_operations (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/
H A Ddax.h22 struct dax_operations { struct
28 long (*direct_access)(struct dax_device *, pgoff_t, long,
34 bool (*dax_supported)(struct dax_device *, struct block_device *, int,
59 struct dax_device *alloc_dax(void *private, const struct dax_operations *ops); argument