Searched refs:cache_enter (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.121.3/bsd/sys/ |
| H A D | vnode.h | 2145 void cache_enter(vnode_t dvp, vnode_t vp, struct componentname *cnp);
|
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs_node.c | 282 cache_enter(NFSTOV(dnp), vp, cnp); in nfs_nget()
|
| H A D | nfs_vnops.c | 2717 cache_enter(dvp, NULL, cnp); in nfs_vnop_lookup() 4851 cache_enter(tdvp, fvp, tcnp); in nfs_vnop_rename() 7084 cache_enter(NFSTOV(dnp), NULL, &dulp->du_cn); in nfs_dulookup_finish()
|
| H A D | nfs4_vnops.c | 8290 cache_enter(NFSTOV(adnp), NULL, cnp); in nfs4_named_attr_get()
|
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_cache.c | 2212 cache_enter(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) in cache_enter() function
|