Searched defs:nextrio (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1817 u_offset_t nextrio; local
1838 nextrio = ip->i_nextrio;
1840 pgoff + RD_CLUSTSZ(ip) >= nextrio && pgoff <= nextrio &&
1841 nextrio < ip->i_size && page_exists(vp, pgoff))
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c4743 u_offset_t nextrio; local
4762 nextrio = ip->i_nextrio;
4764 pgoff + CLUSTSZ(ip) >= nextrio && pgoff <= nextrio &&
4765 nextrio < ip->i_size && page_exists(vp, pgoff)) {
4769 * starting from i_nextrio. If the page (vp,nextrio)
4774 * i_nextrio if the page (vp, nextrio) exists.
4776 if ((retval == 0) && page_exists(vp, nextrio)) {
4777 ip->i_nextrio = nextrio + pgsize;

Completed in 61 milliseconds