Lines Matching defs:offset
48 /* The 'colour' (ie low bits) within a PMD of a page offset. */
576 * @start: Starting offset. Page containing 'start' is included.
577 * @end: End offset. Page containing 'end' is included. If 'end' is LLONG_MAX,
1011 return (iomap->addr + (pos & PAGE_MASK) - iomap->offset) >> 9;
1077 unsigned offset = offset_in_page(pos);
1078 unsigned size = min_t(u64, PAGE_SIZE - offset, length);
1100 memset(kaddr + offset, 0, size);
1101 dax_flush(iomap->dax_dev, kaddr + offset, size);
1144 unsigned offset = pos & (PAGE_SIZE - 1);
1145 const size_t size = ALIGN(length + offset, PAGE_SIZE);
1168 kaddr += offset;
1169 map_len -= offset;
1281 * Check whether offset isn't beyond end of file now. Caller is supposed
1322 if (WARN_ON_ONCE(iomap.offset + iomap.length < pos + PAGE_SIZE)) {
1503 * Check whether offset isn't beyond end of file now. Caller is
1512 * Make sure that the faulting address's PMD offset (color) matches
1513 * the PMD offset from the start of the file. This is necessary so
1575 if (iomap.offset + iomap.length < pos + PMD_SIZE)