Searched refs:ncp (Results 1 – 2 of 2) sorted by relevance
964 struct namecache *ncp; in vnode_update_identity() local1035 while ((ncp = LIST_FIRST(&vp->v_nclinks))) { in vnode_update_identity()1036 cache_delete(ncp, 1); in vnode_update_identity()1039 while ((ncp = TAILQ_FIRST(&vp->v_ncchildren))) { in vnode_update_identity()1040 cache_delete(ncp, 1); in vnode_update_identity()1067 while ((ncp = LIST_FIRST(&vp->v_nclinks))) { in vnode_update_identity()1068 cache_delete(ncp, 1); in vnode_update_identity()2020 struct namecache *ncp; in cache_lookup_locked() local2030 LIST_FOREACH(ncp, ncpp, nc_hash) { in cache_lookup_locked()2031 if ((ncp->nc_dvp == dvp) && (ncp->nc_hashval == hashval)) { in cache_lookup_locked()[all …]
1324 struct nfs_gss_svc_ctx *cp, *ncp; in nfs_gss_svc_cleanup() local1337 LIST_FOREACH_SAFE(cp, head, gss_svc_entries, ncp) { in nfs_gss_svc_cleanup()