Lines Matching refs:tmp_list
996 struct list_head tmp_list; in cifs_reopen_persistent_handles() local
1004 INIT_LIST_HEAD(&tmp_list); in cifs_reopen_persistent_handles()
1012 list_add_tail(&open_file->rlist, &tmp_list); in cifs_reopen_persistent_handles()
1016 list_for_each_entry_safe(open_file, tmp, &tmp_list, rlist) { in cifs_reopen_persistent_handles()
3442 struct list_head tmp_list; in collect_uncached_write_data() local
3445 INIT_LIST_HEAD(&tmp_list); in collect_uncached_write_data()
3450 wdata, &tmp_list, ctx); in collect_uncached_write_data()
3457 ctx->cfile, cifs_sb, &tmp_list, in collect_uncached_write_data()
3464 list_splice(&tmp_list, &ctx->list); in collect_uncached_write_data()
4149 struct list_head tmp_list; in collect_uncached_read_data() local
4153 INIT_LIST_HEAD(&tmp_list); in collect_uncached_read_data()
4178 &tmp_list, ctx); in collect_uncached_read_data()
4184 &tmp_list, ctx); in collect_uncached_read_data()
4190 list_splice(&tmp_list, &ctx->list); in collect_uncached_read_data()