Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dax/
H A Dbus.c917 static bool alloc_is_aligned(struct dev_dax *dev_dax, resource_size_t size) in alloc_is_aligned() function
1013 if (dev_WARN_ONCE(dev, !alloc_is_aligned(dev_dax, to_alloc), in dev_dax_resize()
1077 if (!alloc_is_aligned(dev_dax, val)) { in size_store()
1148 if (alloc_is_aligned(dev_dax, to_alloc)) in mapping_store()
1173 if (!alloc_is_aligned(dev_dax, len)) { in dev_dax_validate_align()