Searched defs:tmplist (Results 1 - 1 of 1) sorted by relevance
/fs/cifs/ |
H A D | file.c | 3402 unsigned int rsize, struct list_head *tmplist, 3409 INIT_LIST_HEAD(tmplist); 3428 /* move first page to the tmplist */ 3432 list_move_tail(&page->lru, tmplist); 3451 list_move_tail(&page->lru, tmplist); 3463 struct list_head tmplist; local 3526 rc = readpages_get_pages(mapping, page_list, rsize, &tmplist, 3536 list_for_each_entry_safe(page, tpage, &tmplist, lru) { 3556 list_for_each_entry_safe(page, tpage, &tmplist, lru) { 3401 readpages_get_pages(struct address_space *mapping, struct list_head *page_list, unsigned int rsize, struct list_head *tmplist, unsigned int *nr_pages, loff_t *offset, unsigned int *bytes) argument
|
Completed in 64 milliseconds