HomeSort by: relevance | last modified time | path
    Searched defs:rflp (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clrpcops.c 5458 struct nfsclflayout *rflp; local in function:nfscl_doiods
5484 np->n_fhp->nfh_len, off, &rflp, &recalled);
5485 if (layp == NULL || rflp == NULL) {
5492 nfscl_rellayout(layp, (rflp == NULL) ? 1 : 0);
5526 error = nfscl_findlayoutforio(layp, off, rwaccess, &rflp);
5529 if (xfer > (rflp->nfsfl_end - rflp->nfsfl_off))
5530 xfer = rflp->nfsfl_end - rflp->nfsfl_off;
5531 dip = nfscl_getdevinfo(nmp->nm_clp, rflp->nfsfl_dev
5567 struct nfsclflayout *flp, *nflp, *rflp; local in function:nfscl_findlayoutforio
    [all...]

Completed in 15 milliseconds