Home
last modified time | relevance | path

Searched refs:in_file (Results 1 – 1 of 1) sorted by relevance

/linux/init/
H A Ddo_mounts_rd.c18 static struct file *in_file, *out_file; variable
200 in_file = filp_open(from, O_RDONLY, 0); in rd_load_image()
201 if (IS_ERR(in_file)) in rd_load_image()
205 nblocks = identify_ramdisk_image(in_file, in_pos, &decompressor); in rd_load_image()
232 devblocks = nr_blocks(in_file); in rd_load_image()
252 fput(in_file); in rd_load_image()
255 kernel_read(in_file, buf, BLOCK_SIZE, &in_pos); in rd_load_image()
267 fput(in_file); in rd_load_image()
288 long r = kernel_read(in_file, buf, len, &in_pos); in compr_fill()