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

  /src/sys/fs/nfs/client/
nfs_clstate.c 1894 struct nfscllayout *lyp, *nlyp; local in function:nfscl_recover
1916 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp)
2454 struct nfscllayout *lyp, *nlyp; local in function:nfscl_renewthread
2631 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) {
2669 nlyp = TAILQ_PREV(lyp, nfscllayouthead, nfsly_list);
2684 lyp = nlyp;
2701 TAILQ_FOREACH_SAFE(lyp, &rlh, nfsly_list, nlyp) {

Completed in 16 milliseconds