Searched refs:hdr_end (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/acpi/
H A Dviot.c59 struct acpi_viot_header *start, *end, *hdr_end; local
64 hdr_end = ACPI_ADD_PTR(struct acpi_viot_header, hdr, sizeof(*hdr));
66 if (hdr < start || hdr_end > end) {
/linux-master/fs/nfs/
H A Ddirect.c106 loff_t hdr_end = hdr->io_start + hdr->good_bytes; local
109 if (hdr_end > dreq->io_start)
110 dreq_len = hdr_end - dreq->io_start;

Completed in 129 milliseconds