Searched refs:tofind (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/scripts/kconfig/ |
D | gconf.c | 1215 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()
|
/linux-6.1.9/fs/cifs/ |
D | file.c | 2525 wdata_alloc_and_fillpages(pgoff_t tofind, struct address_space *mapping, in wdata_alloc_and_fillpages() argument 2531 wdata = cifs_writedata_alloc((unsigned int)tofind, in wdata_alloc_and_fillpages() 2537 PAGECACHE_TAG_DIRTY, tofind, wdata->pages); in wdata_alloc_and_fillpages() 2686 pgoff_t next = 0, tofind, saved_index = index; in cifs_writepages() local 2707 tofind = min((wsize / PAGE_SIZE) - 1, end - index) + 1; in cifs_writepages() 2709 wdata = wdata_alloc_and_fillpages(tofind, mapping, end, &index, in cifs_writepages()
|