Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c6556 struct nfsclflayout *rflp; in nfscl_doiods() local
6590 np->n_fhp->nfh_len, off, rwaccess, &rflp, &recalled); in nfscl_doiods()
6591 if (layp == NULL || rflp == NULL) { in nfscl_doiods()
6600 nfscl_rellayout(layp, (rflp == NULL) ? 1 : 0); in nfscl_doiods()
6634 error = nfscl_findlayoutforio(layp, off, rwaccess, &rflp); in nfscl_doiods()
6637 if (xfer > (rflp->nfsfl_end - rflp->nfsfl_off)) in nfscl_doiods()
6638 xfer = rflp->nfsfl_end - rflp->nfsfl_off; in nfscl_doiods()
6649 (mirrorcnt = rflp->nfsfl_mirrorcnt) > 1) { in nfscl_doiods()
6686 dev = rflp->nfsfl_ffm[i].dev; in nfscl_doiods()
6688 rflp->nfsfl_ffm[i].devp); in nfscl_doiods()
[all …]