Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dfile.c1888 wdata_alloc_and_fillpages(pgoff_t tofind, struct address_space *mapping, in wdata_alloc_and_fillpages() argument
1896 wdata = cifs_writedata_alloc((unsigned int)tofind, in wdata_alloc_and_fillpages()
1911 PAGECACHE_TAG_DIRTY, tofind, in wdata_alloc_and_fillpages()
1914 tofind -= nr_pages; in wdata_alloc_and_fillpages()
1916 } while (nr_pages && tofind && *index <= end); in wdata_alloc_and_fillpages()
2067 pgoff_t next = 0, tofind, saved_index = index; in cifs_writepages() local
2074 tofind = min((wsize / PAGE_CACHE_SIZE) - 1, end - index) + 1; in cifs_writepages()
2076 wdata = wdata_alloc_and_fillpages(tofind, mapping, end, &index, in cifs_writepages()
/linux-4.4.14/scripts/kconfig/
Dgconf.c1215 struct menu *tofind) in gtktree_iter_find_node() argument
1228 if (menu == tofind) { in gtktree_iter_find_node()
1233 ret = gtktree_iter_find_node(child, tofind); in gtktree_iter_find_node()