Home
last modified time | relevance | path

Searched refs:ncp (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/vfs/ !
H A Dvfs_cache.c964 struct namecache *ncp; in vnode_update_identity() local
1035 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() local
2030 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 …]
/xnu-8792.41.9/bsd/nfs/ !
H A Dnfs_gss.c1324 struct nfs_gss_svc_ctx *cp, *ncp; in nfs_gss_svc_cleanup() local
1337 LIST_FOREACH_SAFE(cp, head, gss_svc_entries, ncp) { in nfs_gss_svc_cleanup()