Lines Matching defs:rflp
6385 struct nfsclflayout *rflp;
6419 np->n_fhp->nfh_len, off, rwaccess, &rflp, &recalled);
6420 if (layp == NULL || rflp == NULL) {
6429 nfscl_rellayout(layp, (rflp == NULL) ? 1 : 0);
6463 error = nfscl_findlayoutforio(layp, off, rwaccess, &rflp);
6466 if (xfer > (rflp->nfsfl_end - rflp->nfsfl_off))
6467 xfer = rflp->nfsfl_end - rflp->nfsfl_off;
6478 (mirrorcnt = rflp->nfsfl_mirrorcnt) > 1) {
6515 dev = rflp->nfsfl_ffm[i].dev;
6517 rflp->nfsfl_ffm[i].devp);
6519 dev = rflp->nfsfl_dev;
6521 rflp->nfsfl_devp);
6524 if ((rflp->nfsfl_flags & NFSFL_FLEXFILE)
6529 dip, layp, rflp, off, xfer,
6536 dip, layp, rflp, off, xfer,
6634 struct nfsclflayout *flp, *nflp, *rflp;
6637 rflp = NULL;
6650 (rflp == NULL || rflp->nfsfl_end < flp->nfsfl_end))
6651 rflp = flp;
6659 if (rflp != NULL) {
6661 *retflpp = rflp;