Home
last modified time | relevance | path

Searched refs:cache_lookup (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/fs/fuse/
H A Dfuse_vnops.c1410 SDT_PROBE_DEFINE3(fusefs, , vnops, cache_lookup,
1487 err = cache_lookup(dvp, vpp, cnp, &timeout, &ncpticks); in fuse_vnop_lookup()
1489 SDT_PROBE3(fusefs, , vnops, cache_lookup, err, &timeout, &now); in fuse_vnop_lookup()
H A Dfuse_internal.c479 err = cache_lookup(dvp, &vp, &cn, NULL, NULL); in fuse_internal_invalidate_entry()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_vnops.c1082 error = cache_lookup(dvp, vpp, cnp, NULL, NULL); in smbfs_lookup()
/freebsd/sys/sys/
H A Dvnode.h656 int cache_lookup(struct vnode *dvp, struct vnode **vpp,
/freebsd/sys/kern/
H A Dvfs_cache.c2114 cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, in cache_lookup() function
3165 error = cache_lookup(dvp, vpp, cnp, NULL, NULL); in vfs_cache_lookup()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c1238 error = cache_lookup(dvp, vpp, cnp, &nctime, &ncticks); in nfs_lookup()