Lines Matching defs:tflp
7821 struct nfsclflayout *flp, *prevflp, *tflp;
8072 tflp = LIST_FIRST(flhp);
8074 while (tflp != NULL &&
8075 tflp->nfsfl_off < flp->nfsfl_off) {
8076 prevflp = tflp;
8077 tflp = LIST_NEXT(tflp, nfsfl_list);
8728 struct nfsclflayout *tflp;
8747 LIST_FOREACH(tflp, flhp, nfsfl_list) {
8749 mirrorcnt = tflp->nfsfl_mirrorcnt;
8753 laystat = nfscl_adddevinfo(nmp, NULL, i, tflp);
8757 dev = tflp->nfsfl_ffm[i].dev;
8759 dev = tflp->nfsfl_dev;
8768 tflp);