Lines Matching refs:tmp_list
1125 struct list_head tmp_list; in cifs_reopen_persistent_handles() local
1133 INIT_LIST_HEAD(&tmp_list); in cifs_reopen_persistent_handles()
1141 list_add_tail(&open_file->rlist, &tmp_list); in cifs_reopen_persistent_handles()
1145 list_for_each_entry_safe(open_file, tmp, &tmp_list, rlist) { in cifs_reopen_persistent_handles()
3521 struct list_head tmp_list; in collect_uncached_write_data() local
3524 INIT_LIST_HEAD(&tmp_list); in collect_uncached_write_data()
3529 wdata, &tmp_list, ctx); in collect_uncached_write_data()
3536 ctx->cfile, cifs_sb, &tmp_list, in collect_uncached_write_data()
3543 list_splice(&tmp_list, &ctx->list); in collect_uncached_write_data()
4038 struct list_head tmp_list; in collect_uncached_read_data() local
4042 INIT_LIST_HEAD(&tmp_list); in collect_uncached_read_data()
4051 &tmp_list, ctx); in collect_uncached_read_data()
4057 &tmp_list, ctx); in collect_uncached_read_data()
4063 list_splice(&tmp_list, &ctx->list); in collect_uncached_read_data()