Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Ddirect.c153 loff_t hdr_end = hdr->io_start + hdr->good_bytes; in nfs_direct_count_bytes() local
156 if (hdr_end > dreq->io_start) in nfs_direct_count_bytes()
157 dreq_len = hdr_end - dreq->io_start; in nfs_direct_count_bytes()