Searched refs:r_nextr (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h254 u_offset_t r_nextr; /* next read offset (read-ahead) */ member in struct:smbnode
/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Drnode.h272 u_offset_t r_nextr; /* next byte read offset (read-ahead) */ member in struct:rnode
H A Drnode4.h243 u_offset_t r_nextr; /* next byte read offset (read-ahead) */ member in struct:rnode4
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c3750 * d) No readaheads if rp->r_nextr is not within the scope
3756 else if (blkoff == rp->r_nextr)
3758 else if (rp->r_nextr > blkoff &&
3759 ((ra_window = (rp->r_nextr - blkoff) / bsize)
3765 rablkoff = rp->r_nextr;
3788 rp->r_nextr = rablkoff;
3810 rp->r_nextr = off + PAGESIZE;
3834 (off != rp->r_nextr && !readahead_issued)) {
3917 rp->r_nextr = io_off + io_len;
4052 if (error && rp->r_nextr > io_of
[all...]
H A Dnfs3_vnops.c4656 * d) No readaheads if rp->r_nextr is not within the scope
4662 else if (blkoff == rp->r_nextr)
4664 else if (rp->r_nextr > blkoff &&
4665 ((ra_window = (rp->r_nextr - blkoff) / bsize)
4671 rablkoff = rp->r_nextr;
4694 rp->r_nextr = rablkoff;
4716 rp->r_nextr = off + PAGESIZE;
4740 (off != rp->r_nextr && !readahead_issued)) {
4828 rp->r_nextr = io_off + io_len;
4968 if (error && rp->r_nextr > io_of
[all...]
H A Dnfs4_vnops.c9862 * d) No readaheads if rp->r_nextr is not within the scope
9868 else if (blkoff == rp->r_nextr)
9870 else if (rp->r_nextr > blkoff &&
9871 ((ra_window = (rp->r_nextr - blkoff) / bsize)
9877 rablkoff = rp->r_nextr;
9900 rp->r_nextr = rablkoff;
9922 rp->r_nextr = off + PAGESIZE;
9944 (off != rp->r_nextr && !readahead_issued)) {
10032 rp->r_nextr = io_off + io_len;
10173 if (error && rp->r_nextr > io_of
[all...]

Completed in 186 milliseconds