Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_cache.c1089 struct namecache *ncp; in vnode_update_identity() local
1160 while ((ncp = LIST_FIRST(&vp->v_nclinks))) { in vnode_update_identity()
1161 cache_delete(ncp, 1); in vnode_update_identity()
1164 while ((ncp = TAILQ_FIRST(&vp->v_ncchildren))) { in vnode_update_identity()
1165 cache_delete(ncp, 1); in vnode_update_identity()
1192 while ((ncp = LIST_FIRST(&vp->v_nclinks))) { in vnode_update_identity()
1193 cache_delete(ncp, 1); in vnode_update_identity()
2351 struct namecache *ncp; in cache_lookup_locked() local
2359 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_locked()
2360 if ((ncp->nc_dvp == dvp) && (ncp->nc_hashval == hashval)) { in cache_lookup_locked()
[all …]
/xnu-10063.101.15/bsd/nfs/
H A Dnfs_gss.c1326 struct nfs_gss_svc_ctx *cp, *ncp; in nfs_gss_svc_cleanup() local
1339 LIST_FOREACH_SAFE(cp, head, gss_svc_entries, ncp) { in nfs_gss_svc_cleanup()