Searched refs:vfs_cache_lookup (Results 1 – 4 of 4) sorted by relevance
818 int vfs_cache_lookup(struct vop_lookup_args *ap);
1323 error = vfs_cache_lookup(&a); in zfs_lookup_internal()4587 return (vfs_cache_lookup(ap)); in zfs_cache_lookup()
2682 .vop_lookup = vfs_cache_lookup,
2845 vfs_cache_lookup(struct vop_lookup_args *ap) in vfs_cache_lookup() function