Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dax/
H A Dbus.c866 static bool alloc_is_aligned(struct dev_dax *dev_dax, resource_size_t size) in alloc_is_aligned() function
962 if (dev_WARN_ONCE(dev, !alloc_is_aligned(dev_dax, to_alloc), in dev_dax_resize()
1026 if (!alloc_is_aligned(dev_dax, val)) { in size_store()
1097 if (alloc_is_aligned(dev_dax, to_alloc)) in mapping_store()
1120 if (dev_size > 0 && !alloc_is_aligned(dev_dax, dev_size)) { in dev_dax_validate_align()
1129 if (!alloc_is_aligned(dev_dax, len)) { in dev_dax_validate_align()