Searched refs:tflp (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 7821 struct nfsclflayout *flp, *prevflp, *tflp; in nfsrv_parselayoutget() local 8072 tflp = LIST_FIRST(flhp); in nfsrv_parselayoutget() 8074 while (tflp != NULL && in nfsrv_parselayoutget() 8075 tflp->nfsfl_off < flp->nfsfl_off) { in nfsrv_parselayoutget() 8076 prevflp = tflp; in nfsrv_parselayoutget() 8077 tflp = LIST_NEXT(tflp, nfsfl_list); in nfsrv_parselayoutget() 8728 struct nfsclflayout *tflp; in nfsrpc_layoutgetres() local 8747 LIST_FOREACH(tflp, flhp, nfsfl_list) { in nfsrpc_layoutgetres() 8749 mirrorcnt = tflp in nfsrpc_layoutgetres() [all...] |
H A D | nfs_clstate.c | 5633 struct nfsclflayout *flp, *nflp, *prevflp, *tflp; in nfscl_mergeflayouts() local 5637 LIST_FOREACH_SAFE(nflp, newfhlp, nfsfl_list, tflp) { in nfscl_mergeflayouts()
|