Searched refs:cache_lookup (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/fs/fuse/ |
| H A D | fuse_vnops.c | 1515 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 D | fuse_internal.c | 479 err = cache_lookup(dvp, &vp, &cn, NULL, NULL); in fuse_internal_invalidate_entry()
|
| /freebsd/sys/fs/smbfs/ |
| H A D | smbfs_vnops.c | 1088 error = cache_lookup(dvp, vpp, cnp, NULL, NULL); in smbfs_lookup()
|
| /freebsd/sys/sys/ |
| H A D | vnode.h | 671 int cache_lookup(struct vnode *dvp, struct vnode **vpp,
|
| /freebsd/sys/fs/p9fs/ |
| H A D | p9fs_vnops.c | 308 error = cache_lookup(dvp, vpp, cnp, NULL, NULL); in p9fs_lookup()
|
| /freebsd/sys/kern/ |
| H A D | vfs_cache.c | 2173 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 D | unbound-control.rst | 394 @@UAHL@unbound-control.commands@cache_lookup@@ [``+t``] *names*
|
| H A D | Changelog | 1158 - 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 D | nfs_clvnops.c | 1294 error = cache_lookup(dvp, vpp, cnp, &nctime, &ncticks); in nfs_lookup()
|