Searched refs:cache_lookup (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_lookup.c470 error = cache_lookup(dvp, vpp, cnp);
478 * cache_lookup returns the vp with an iocount reference already taken
487 /* Drop the iocount from cache_lookup */
582 * cache_lookup above and force a cat lookup / getnewvnode
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode.h1692 @function cache_lookup
1694 @discussion cache_lookup() will flush negative cache entries and return 0 if the operation of the cn_nameiop is CREATE or RENAME.
1703 int cache_lookup(vnode_t dvp, vnode_t *vpp, struct componentname *cnp);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c1007 * The cn_hash value is for use by cache_lookup
1393 cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) function
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c2044 error = cache_lookup(dvp, vpp, cnp);
2080 /* unexpected error from cache_lookup */
5927 error = cache_lookup(NFSTOV(dnp), &du_vp, &dulp->du_cn);
H A Dnfs4_vnops.c7006 error = cache_lookup(NFSTOV(adnp), &avp, cnp);
7066 /* grab an open file - possibly provisional/nodeless if cache_lookup() failed */

Completed in 43 milliseconds