Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dax/
Dbus.c946 static bool alloc_is_aligned(struct dev_dax *dev_dax, resource_size_t size) in alloc_is_aligned() function
1042 if (dev_WARN_ONCE(dev, !alloc_is_aligned(dev_dax, to_alloc), in dev_dax_resize()
1106 if (!alloc_is_aligned(dev_dax, val)) { in size_store()
1192 if (alloc_is_aligned(dev_dax, to_alloc)) in mapping_store()
1217 if (!alloc_is_aligned(dev_dax, len)) { in dev_dax_validate_align()