Home
last modified time | relevance | path

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

/mm/
Dshmem.c1650 unsigned int loff, nr_pages, req_pages; in shmem_file_splice_read() local
1678 loff = *ppos & ~PAGE_CACHE_MASK; in shmem_file_splice_read()
1679 req_pages = (len + loff + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; in shmem_file_splice_read()
1706 this_len = min_t(unsigned long, len, PAGE_CACHE_SIZE - loff); in shmem_file_splice_read()
1728 if (plen <= loff) in shmem_file_splice_read()
1731 this_len = min(this_len, plen - loff); in shmem_file_splice_read()
1735 spd.partial[page_nr].offset = loff; in shmem_file_splice_read()
1738 loff = 0; in shmem_file_splice_read()