Searched defs:loff (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dshmem.c1352 unsigned int loff, nr_pages, req_pages; local
1379 loff = *ppos & ~PAGE_CACHE_MASK;
1380 req_pages = (len + loff + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
1407 this_len = min_t(unsigned long, len, PAGE_CACHE_SIZE - loff);
1429 if (plen <= loff)
1432 this_len = min(this_len, plen - loff);
1436 spd.partial[page_nr].offset = loff;
1439 loff = 0;

Completed in 8 milliseconds