Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddirect.c139 loff_t hdr_end = hdr->io_start + hdr->good_bytes; in nfs_direct_count_bytes() local
142 if (hdr_end > dreq->io_start) in nfs_direct_count_bytes()
143 dreq_len = hdr_end - dreq->io_start; in nfs_direct_count_bytes()
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c614 size_t hdr_end = hdr_start + 1; in gpt_fill_pte() local
637 if (((start < hdr_end && hdr_start < (start + size)) || in gpt_fill_pte()