Searched refs:rflp (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 6385 struct nfsclflayout *rflp; in nfscl_doiods() local 6419 np->n_fhp->nfh_len, off, rwaccess, &rflp, &recalled); in nfscl_doiods() 6420 if (layp == NULL || rflp == NULL) { in nfscl_doiods() 6429 nfscl_rellayout(layp, (rflp == NULL) ? 1 : 0); in nfscl_doiods() 6463 error = nfscl_findlayoutforio(layp, off, rwaccess, &rflp); in nfscl_doiods() 6466 if (xfer > (rflp->nfsfl_end - rflp->nfsfl_off)) in nfscl_doiods() 6467 xfer = rflp->nfsfl_end - rflp->nfsfl_off; in nfscl_doiods() 6478 (mirrorcnt = rflp in nfscl_doiods() 6634 struct nfsclflayout *flp, *nflp, *rflp; nfscl_findlayoutforio() local [all...] |