Searched refs:ncp (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_cache.c | 1123 struct namecache *ncp; in vnode_update_identity() local 1194 while ((ncp = LIST_FIRST(&vp->v_nclinks))) { in vnode_update_identity() 1195 cache_delete(ncp, 1); in vnode_update_identity() 1198 while ((ncp = TAILQ_FIRST(&vp->v_ncchildren))) { in vnode_update_identity() 1199 cache_delete(ncp, 1); in vnode_update_identity() 1226 while ((ncp = LIST_FIRST(&vp->v_nclinks))) { in vnode_update_identity() 1227 cache_delete(ncp, 1); in vnode_update_identity() 2419 struct namecache *ncp; in cache_lookup_locked() local 2427 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_locked() 2428 if ((ncp->nc_dvp == dvp) && (ncp->nc_hashval == hashval)) { in cache_lookup_locked() [all …]
|
| /xnu-12377.81.4/bsd/nfs/ |
| H A D | nfs_gss.c | 1329 struct nfs_gss_svc_ctx *cp, *ncp; in nfs_gss_svc_cleanup() local 1342 LIST_FOREACH_SAFE(cp, head, gss_svc_entries, ncp) { in nfs_gss_svc_cleanup()
|