Searched refs:tofind (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/scripts/kconfig/ |
D | gconf.c | 1216 struct menu *tofind) in gtktree_iter_find_node() argument 1229 if (menu == tofind) { in gtktree_iter_find_node() 1234 ret = gtktree_iter_find_node(child, tofind); in gtktree_iter_find_node()
|
/Linux-v4.19/fs/cifs/ |
D | file.c | 1962 wdata_alloc_and_fillpages(pgoff_t tofind, struct address_space *mapping, in wdata_alloc_and_fillpages() argument 1968 wdata = cifs_writedata_alloc((unsigned int)tofind, in wdata_alloc_and_fillpages() 1974 PAGECACHE_TAG_DIRTY, tofind, wdata->pages); in wdata_alloc_and_fillpages() 2123 pgoff_t next = 0, tofind, saved_index = index; in cifs_writepages() local 2130 tofind = min((wsize / PAGE_SIZE) - 1, end - index) + 1; in cifs_writepages() 2132 wdata = wdata_alloc_and_fillpages(tofind, mapping, end, &index, in cifs_writepages()
|