Home
last modified time | relevance | path

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

/linux-6.3-rc2/init/
A Ddo_mounts_rd.c17 static struct file *in_file, *out_file; variable
202 in_file = filp_open(from, O_RDONLY, 0); in rd_load_image()
203 if (IS_ERR(in_file)) in rd_load_image()
207 nblocks = identify_ramdisk_image(in_file, in_pos, &decompressor); in rd_load_image()
234 devblocks = nr_blocks(in_file); in rd_load_image()
253 fput(in_file); in rd_load_image()
256 kernel_read(in_file, buf, BLOCK_SIZE, &in_pos); in rd_load_image()
270 fput(in_file); in rd_load_image()
291 long r = kernel_read(in_file, buf, len, &in_pos); in compr_fill()

Completed in 4 milliseconds