Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Ddax.c115 loff_t bh_max = start; in dax_io() local
132 if (pos == bh_max) { in dax_io()
141 bh_max = pos - first + bh->b_size; in dax_io()
144 (bh_max - (pos - first)); in dax_io()