Searched refs:pos (Results 1 – 3 of 3) sorted by relevance
/init/ |
D | do_mounts_rd.c | 58 identify_ramdisk_image(struct file *file, loff_t pos, in identify_ramdisk_image() argument 85 pos = start_block * BLOCK_SIZE; in identify_ramdisk_image() 86 kernel_read(file, buf, size, &pos); in identify_ramdisk_image() 131 pos = start_block * BLOCK_SIZE + 0x200; in identify_ramdisk_image() 132 kernel_read(file, buf, size, &pos); in identify_ramdisk_image() 145 pos = (start_block + 1) * BLOCK_SIZE; in identify_ramdisk_image() 146 kernel_read(file, buf, size, &pos); in identify_ramdisk_image()
|
D | initramfs.c | 18 loff_t *pos) in xwrite() argument 24 ssize_t rv = kernel_write(file, p, count, pos); in xwrite() 586 loff_t pos = 0; in populate_initrd_image() local 597 &pos); in populate_initrd_image()
|
D | main.c | 403 int pos; in setup_boot_config() local 447 ret = xbc_init(copy, &msg, &pos); in setup_boot_config() 449 if (pos < 0) in setup_boot_config() 453 msg, pos); in setup_boot_config()
|