LEN_ON_PAGE
unsigned int l = min_t(unsigned int, len, LEN_ON_PAGE(pa));
if (len <= LEN_ON_PAGE(pa)) {