nfs_clstate.c | 4953 struct nfsclflayout *flp, *nflp, *prevflp, *tflp; local in function:nfscl_mergeflayouts 4957 LIST_FOREACH_SAFE(nflp, newfhlp, nfsfl_list, tflp) { 4958 while (flp != NULL && flp->nfsfl_off < nflp->nfsfl_off) { 4963 LIST_INSERT_HEAD(fhlp, nflp, nfsfl_list); 4965 LIST_INSERT_AFTER(prevflp, nflp, nfsfl_list); 4966 prevflp = nflp; 5016 struct nfsclflayout *flp, *nflp; local in function:nfscl_freelayout 5019 LIST_FOREACH_SAFE(flp, &layp->nfsly_flayread, nfsfl_list, nflp) { 5023 LIST_FOREACH_SAFE(flp, &layp->nfsly_flayrw, nfsfl_list, nflp) {
|