Searched refs:tmplist (Results 1 – 3 of 3) sorted by relevance
/fs/btrfs/ |
D | file-item.c | 312 LIST_HEAD(tmplist); in btrfs_lookup_csums_range() 406 list_add_tail(&sums->list, &tmplist); in btrfs_lookup_csums_range() 412 while (ret < 0 && !list_empty(&tmplist)) { in btrfs_lookup_csums_range() 413 sums = list_entry(tmplist.next, struct btrfs_ordered_sum, list); in btrfs_lookup_csums_range() 417 list_splice_tail(&tmplist, list); in btrfs_lookup_csums_range()
|
/fs/cifs/ |
D | file.c | 4257 unsigned int rsize, struct list_head *tmplist, in readpages_get_pages() argument 4265 INIT_LIST_HEAD(tmplist); in readpages_get_pages() 4288 list_move_tail(&page->lru, tmplist); in readpages_get_pages() 4307 list_move_tail(&page->lru, tmplist); in readpages_get_pages() 4320 struct list_head tmplist; in cifs_readpages() local 4398 err = readpages_get_pages(mapping, page_list, rsize, &tmplist, in cifs_readpages() 4408 list_for_each_entry_safe(page, tpage, &tmplist, lru) { in cifs_readpages() 4430 list_for_each_entry_safe(page, tpage, &tmplist, lru) { in cifs_readpages()
|
/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 776 LIST_HEAD(tmplist); in dlm_destroy_recovery_area() 779 list_splice_init(&dlm->reco.node_data, &tmplist); in dlm_destroy_recovery_area() 782 list_for_each_entry_safe(ndata, next, &tmplist, list) { in dlm_destroy_recovery_area()
|