Searched refs:out_file (Results 1 – 1 of 1) sorted by relevance
17 static struct file *in_file, *out_file; variable198 out_file = filp_open("/dev/ram", O_RDWR, 0); in rd_load_image()199 if (IS_ERR(out_file)) in rd_load_image()221 rd_blocks = nr_blocks(out_file); in rd_load_image()257 kernel_write(out_file, buf, BLOCK_SIZE, &out_pos); in rd_load_image()272 fput(out_file); in rd_load_image()301 long written = kernel_write(out_file, window, outcnt, &out_pos); in compr_flush()