Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Daddr.c1709 len = offset_in_thp(page, size); in ceph_page_mkwrite()
/openbmc/linux/include/linux/
H A Dmm.h2277 #define offset_in_thp(page, p) ((unsigned long)(p) & (thp_size(page) - 1)) macro