Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Ddax.c108 loff_t bh_max = start; in dax_io() local
123 if (pos == bh_max) { in dax_io()
132 bh_max = pos - first + bh->b_size; in dax_io()
135 (bh_max - (pos - first)); in dax_io()