Searched refs:tofind (Results 1 – 1 of 1) sorted by relevance
/fs/cifs/ |
D | file.c | 1958 wdata_alloc_and_fillpages(pgoff_t tofind, struct address_space *mapping, in wdata_alloc_and_fillpages() argument 1966 wdata = cifs_writedata_alloc((unsigned int)tofind, in wdata_alloc_and_fillpages() 1981 PAGECACHE_TAG_DIRTY, tofind, in wdata_alloc_and_fillpages() 1984 tofind -= nr_pages; in wdata_alloc_and_fillpages() 1986 } while (nr_pages && tofind && *index <= end); in wdata_alloc_and_fillpages() 2137 pgoff_t next = 0, tofind, saved_index = index; in cifs_writepages() local 2144 tofind = min((wsize / PAGE_SIZE) - 1, end - index) + 1; in cifs_writepages() 2146 wdata = wdata_alloc_and_fillpages(tofind, mapping, end, &index, in cifs_writepages()
|