cache_lookup      157 isofs/cd9660/cd9660_lookup.c 	if ((error = cache_lookup(vdp, vpp, cnp)) >= 0)
cache_lookup     1002 isofs/udf/udf_vnops.c 	error = cache_lookup(dvp, vpp, ap->a_cnp);
cache_lookup      148 msdosfs/msdosfs_lookup.c 	if ((error = cache_lookup(vdp, vpp, cnp)) >= 0)
cache_lookup      644 nfs/nfs_vnops.c 	if ((error = cache_lookup(dvp, vpp, cnp)) >= 0) {
cache_lookup      732 ntfs/ntfs_vnops.c 	if ((error = cache_lookup(ap->a_dvp, ap->a_vpp, cnp)) >= 0)
cache_lookup      178 sys/namei.h    int cache_lookup(struct vnode *, struct vnode **, struct componentname *);
cache_lookup      304 ufs/ext2fs/ext2fs_lookup.c 	if ((error = cache_lookup(vdp, vpp, cnp)) >= 0)
cache_lookup      165 ufs/ufs/ufs_lookup.c 	if ((error = cache_lookup(vdp, vpp, cnp)) >= 0)
cache_lookup      214 xfs/xfs_locl.h int cache_lookup(struct vnode *, struct vnode **, struct componentname *);
cache_lookup      511 xfs/xfs_node-bsd.c 	if (cache_lookup(dvp, &dummy, cnp) != -1) {
cache_lookup      517 xfs/xfs_node-bsd.c 	if (cache_lookup(dvp, &dummy, cnp) != 0) {
cache_lookup      626 xfs/xfs_node-bsd.c     error = cache_lookup(dvp, res, cnp);