Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_vnops.c1515 SDT_PROBE_DEFINE3(fusefs, , vnops, cache_lookup,
1594 err = cache_lookup(dvp, vpp, cnp, &timeout, &ncpticks); in fuse_vnop_lookup()
1596 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.c1088 error = cache_lookup(dvp, vpp, cnp, NULL, NULL); in smbfs_lookup()
/freebsd/sys/sys/
H A Dvnode.h671 int cache_lookup(struct vnode *dvp, struct vnode **vpp,
/freebsd/sys/fs/p9fs/
H A Dp9fs_vnops.c308 error = cache_lookup(dvp, vpp, cnp, NULL, NULL); in p9fs_lookup()
/freebsd/sys/kern/
H A Dvfs_cache.c2173 cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, in cache_lookup() function
3214 error = cache_lookup(dvp, vpp, cnp, NULL, NULL); in vfs_cache_lookup()
/freebsd/contrib/unbound/doc/
H A Dunbound-control.rst394 @@UAHL@unbound-control.commands@cache_lookup@@ [``+t``] *names*
H A DChangelog1158 - unbound-control cache_lookup +t allows tld and root names. And
1160 - Fix cache_lookup subnet printout to wipe zero part of the prefix.
1161 - Fix cache_lookup subnet print to not print messages without rrsets
1170 - unbound-control cache_lookup <domains> prints the cached rrsets
1172 - Fix to remove debug from cache_lookup.
1173 - Fix to unlock cache_lookup message for malformed records.
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c1294 error = cache_lookup(dvp, vpp, cnp, &nctime, &ncticks); in nfs_lookup()