Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/vfs/
H A Dvfs_cache.c1114 struct namecache *ncp; in vnode_update_identity() local
1185 while ((ncp = LIST_FIRST(&vp->v_nclinks))) { in vnode_update_identity()
1186 cache_delete(ncp, 1); in vnode_update_identity()
1189 while ((ncp = TAILQ_FIRST(&vp->v_ncchildren))) { in vnode_update_identity()
1190 cache_delete(ncp, 1); in vnode_update_identity()
1217 while ((ncp = LIST_FIRST(&vp->v_nclinks))) { in vnode_update_identity()
1218 cache_delete(ncp, 1); in vnode_update_identity()
2376 struct namecache *ncp; in cache_lookup_locked() local
2384 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_locked()
2385 if ((ncp->nc_dvp == dvp) && (ncp->nc_hashval == hashval)) { in cache_lookup_locked()
[all …]
/xnu-10063.121.3/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()