Searched refs:hdr_end (Results 1 – 2 of 2) sorted by relevance
60 struct acpi_viot_header *start, *end, *hdr_end; in viot_check_bounds() local65 hdr_end = ACPI_ADD_PTR(struct acpi_viot_header, hdr, sizeof(*hdr)); in viot_check_bounds()67 if (hdr < start || hdr_end > end) { in viot_check_bounds()
139 loff_t hdr_end = hdr->io_start + hdr->good_bytes; in nfs_direct_count_bytes() local142 if (hdr_end > dreq->io_start) in nfs_direct_count_bytes()143 dreq_len = hdr_end - dreq->io_start; in nfs_direct_count_bytes()