Searched refs:ncncp (Results 1 – 1 of 1) sorted by relevance
379 struct coda_cache *cncp, *ncncp; in coda_nc_zapParentfid() local397 ncncp = LIST_FIRST(&coda_nc_hash[i].head); in coda_nc_zapParentfid()398 while ((cncp = ncncp) != NULL) { in coda_nc_zapParentfid()399 ncncp = LIST_NEXT(cncp, hash); in coda_nc_zapParentfid()418 struct coda_cache *cncp, *ncncp; in coda_nc_zapfid() local431 ncncp = LIST_FIRST(&coda_nc_hash[i].head); in coda_nc_zapfid()432 while ((cncp = ncncp) != NULL) { in coda_nc_zapfid()433 ncncp = LIST_NEXT(cncp, hash); in coda_nc_zapfid()514 struct coda_cache *cncp, *ncncp; in coda_nc_purge_user() local524 ncncp = TAILQ_FIRST(&coda_nc_lru.head); in coda_nc_purge_user()[all …]