Searched refs:cache_enter (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/sys/isofs/cd9660/ |
| H A D | cd9660_lookup.c | 334 cache_enter(vdp, *vpp, cnp); in cd9660_lookup() 415 cache_enter(vdp, *vpp, cnp); in cd9660_lookup()
|
| /openbsd-src/sys/sys/ |
| H A D | namei.h | 199 void cache_enter(struct vnode *, struct vnode *, struct componentname *);
|
| /openbsd-src/usr.sbin/procmap/ |
| H A D | procmap.c | 192 void cache_enter(struct namecache *); 997 cache_enter(&n); in load_name_cache() 1006 cache_enter(struct namecache *ncp) in cache_enter() 1019 err(1, "cache_enter"); in cache_enter() 1000 cache_enter(struct namecache *ncp) cache_enter() function
|
| /openbsd-src/sys/msdosfs/ |
| H A D | msdosfs_lookup.c | 411 cache_enter(vdp, *vpp, cnp); in msdosfs_lookup() 583 cache_enter(vdp, *vpp, cnp); in msdosfs_lookup()
|
| /openbsd-src/sys/kern/ |
| H A D | vfs_cache.c | 343 cache_enter(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) in cache_enter() function
|
| /openbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs_lookup.c | 444 cache_enter(vdp, *vpp, cnp); in ext2fs_lookup() 603 cache_enter(vdp, *vpp, cnp);
|
| /openbsd-src/sys/ufs/ufs/ |
| H A D | ufs_lookup.c | 424 cache_enter(vdp, *vpp, cnp); in ufs_lookup() 587 cache_enter(vdp, *vpp, cnp); in ufs_lookup()
|
| /openbsd-src/sys/ntfs/ |
| H A D | ntfs_vnops.c | 621 cache_enter(dvp, *ap->a_vpp, cnp);
|
| /openbsd-src/sys/isofs/udf/ |
| H A D | udf_vnops.c | 1155 cache_enter(dvp, *vpp, ap->a_cnp); in udf_lookup()
|
| /openbsd-src/sys/tmpfs/ |
| H A D | tmpfs_vnops.c | 286 cache_enter(dvp, *vpp, cnp); in tmpfs_lookup()
|
| /openbsd-src/sys/nfs/ |
| H A D | nfs_vnops.c | 269 cache_enter(dvp, vp, cnp); in nfs_cache_enter()
|