Lines Matching refs:rflp
6517 struct nfsclflayout *rflp; in nfscl_doiods() local
6551 np->n_fhp->nfh_len, off, rwaccess, &rflp, &recalled); in nfscl_doiods()
6552 if (layp == NULL || rflp == NULL) { in nfscl_doiods()
6561 nfscl_rellayout(layp, (rflp == NULL) ? 1 : 0); in nfscl_doiods()
6595 error = nfscl_findlayoutforio(layp, off, rwaccess, &rflp); in nfscl_doiods()
6598 if (xfer > (rflp->nfsfl_end - rflp->nfsfl_off)) in nfscl_doiods()
6599 xfer = rflp->nfsfl_end - rflp->nfsfl_off; in nfscl_doiods()
6610 (mirrorcnt = rflp->nfsfl_mirrorcnt) > 1) { in nfscl_doiods()
6647 dev = rflp->nfsfl_ffm[i].dev; in nfscl_doiods()
6649 rflp->nfsfl_ffm[i].devp); in nfscl_doiods()
6651 dev = rflp->nfsfl_dev; in nfscl_doiods()
6653 rflp->nfsfl_devp); in nfscl_doiods()
6656 if ((rflp->nfsfl_flags & NFSFL_FLEXFILE) in nfscl_doiods()
6661 dip, layp, rflp, off, xfer, in nfscl_doiods()
6668 dip, layp, rflp, off, xfer, in nfscl_doiods()
6766 struct nfsclflayout *flp, *nflp, *rflp; in nfscl_findlayoutforio() local
6769 rflp = NULL; in nfscl_findlayoutforio()
6782 (rflp == NULL || rflp->nfsfl_end < flp->nfsfl_end)) in nfscl_findlayoutforio()
6783 rflp = flp; in nfscl_findlayoutforio()
6791 if (rflp != NULL) { in nfscl_findlayoutforio()
6793 *retflpp = rflp; in nfscl_findlayoutforio()