Searched refs:out_fd (Results 1 – 1 of 1) sorted by relevance
/init/ |
D | do_mounts_rd.c | 36 static int __init crd_load(int in_fd, int out_fd, decompress_fn deco); 179 int in_fd, out_fd; in rd_load_image() local 189 out_fd = ksys_open("/dev/ram", O_RDWR, 0); in rd_load_image() 190 if (out_fd < 0) in rd_load_image() 202 if (crd_load(in_fd, out_fd, decompressor) == 0) in rd_load_image() 211 if (ksys_ioctl(out_fd, BLKGETSIZE, (unsigned long)&rd_blocks) < 0) in rd_load_image() 263 ksys_write(out_fd, buf, BLOCK_SIZE); in rd_load_image() 278 ksys_close(out_fd); in rd_load_image() 329 static int __init crd_load(int in_fd, int out_fd, decompress_fn deco) in crd_load() argument 333 crd_outfd = out_fd; in crd_load()
|