Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clrpcops.c5544 struct nfsclflayout *rflp; in nfscl_doiods() local
5570 np->n_fhp->nfh_len, off, &rflp, &recalled); in nfscl_doiods()
5571 if (layp == NULL || rflp == NULL) { in nfscl_doiods()
5578 nfscl_rellayout(layp, (rflp == NULL) ? 1 : 0); in nfscl_doiods()
5612 error = nfscl_findlayoutforio(layp, off, rwaccess, &rflp); in nfscl_doiods()
5615 if (xfer > (rflp->nfsfl_end - rflp->nfsfl_off)) in nfscl_doiods()
5616 xfer = rflp->nfsfl_end - rflp->nfsfl_off; in nfscl_doiods()
5617 dip = nfscl_getdevinfo(nmp->nm_clp, rflp->nfsfl_dev, in nfscl_doiods()
5618 rflp->nfsfl_devp); in nfscl_doiods()
5622 layp, rflp, off, xfer, docommit, newcred, in nfscl_doiods()
[all …]