Lines Matching refs:size
379 * shortening the size of the delalloc range we're searching
784 * @size: portion of page that we want to write to
795 size_t size, unsigned long pg_offset)
799 ASSERT(pg_offset + size <= PAGE_SIZE);
807 u32 len = size;
831 size -= len;
862 } while (size);
1253 * For regular sector size == page size case, since one page only
2395 * size that exceeds or is close to the system's memory).
2553 * So truly compressed (physical size smaller than logical size)
4191 * For regular sector size == PAGE_SIZE case, check if @page is uptodate.