Searched refs:cache_enter (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_lookup.c283 cache_enter(dvp, NULL, cnp);
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode.h1700 @return ENOENT: the filesystem has previously added a negative entry with cache_enter() to indicate that there is no
1706 @function cache_enter
1716 void cache_enter(vnode_t dvp, vnode_t vp, struct componentname *cnp);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_node.c279 cache_enter(NFSTOV(dnp), vp, cnp);
H A Dnfs_vnops.c2182 cache_enter(dvp, NULL, cnp);
4026 cache_enter(tdvp, fvp, tcnp);
5986 cache_enter(NFSTOV(dnp), NULL, &dulp->du_cn);
H A Dnfs4_vnops.c7381 cache_enter(NFSTOV(adnp), NULL, cnp);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c1541 cache_enter(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) function
1639 panic("cache_enter: duplicate");
1865 * for cache_enter's use

Completed in 71 milliseconds