Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/kernel/
H A Dsys_parisc.c269 unsigned int high_off, unsigned int low_off, in parisc_fadvise64_64() argument
272 return ksys_fadvise64_64(fd, (loff_t)high_off << 32 | low_off, in parisc_fadvise64_64()
/openbmc/qemu/block/
H A Dparallels.c705 int64_t off, high_off, size; in parallels_check_outside_image() local
713 high_off = 0; in parallels_check_outside_image()
726 if (high_off < off) { in parallels_check_outside_image()
727 high_off = off; in parallels_check_outside_image()
731 if (high_off == 0) { in parallels_check_outside_image()
734 res->image_end_offset = high_off + s->cluster_size; in parallels_check_outside_image()