Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dfd.c1124 uint_t ptend; in fdstart() local
1159 ptend = pp->p_start + pp->p_size; /* end of the partition */ in fdstart()
1168 ptend >>= 1; in fdstart()
1177 ptend <<= 1; in fdstart()
1185 if ((blk + (bp->b_bcount >> sctrshft)) > ptend) in fdstart()
1187 len = (ptend - blk) << sctrshft; in fdstart()