Searched refs:ncp (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_cache.c | 1116 struct namecache *ncp; in vnode_update_identity() local 1187 while ((ncp = LIST_FIRST(&vp->v_nclinks))) { in vnode_update_identity() 1188 cache_delete(ncp, 1); in vnode_update_identity() 1191 while ((ncp = TAILQ_FIRST(&vp->v_ncchildren))) { in vnode_update_identity() 1192 cache_delete(ncp, 1); in vnode_update_identity() 1219 while ((ncp = LIST_FIRST(&vp->v_nclinks))) { in vnode_update_identity() 1220 cache_delete(ncp, 1); in vnode_update_identity() 2378 struct namecache *ncp; in cache_lookup_locked() local 2386 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_locked() 2387 if ((ncp->nc_dvp == dvp) && (ncp->nc_hashval == hashval)) { in cache_lookup_locked() [all …]
|
| /xnu-11215.1.10/bsd/nfs/ |
| H A D | nfs_gss.c | 1327 struct nfs_gss_svc_ctx *cp, *ncp; in nfs_gss_svc_cleanup() local 1340 LIST_FOREACH_SAFE(cp, head, gss_svc_entries, ncp) { in nfs_gss_svc_cleanup()
|