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
194 in_file = filp_open("/initrd.image", O_RDONLY, 0); in rd_load_image()
195 if (IS_ERR(in_file)) in rd_load_image()
199 nblocks = identify_ramdisk_image(in_file, in_pos, &decompressor); in rd_load_image()
243 fput(in_file); in rd_load_image()
246 kernel_read(in_file, buf, BLOCK_SIZE, &in_pos); in rd_load_image()
258 fput(in_file); in rd_load_image()
272 long r = kernel_read(in_file, buf, len, &in_pos); in compr_fill()