Symbol: cache_enter
sys/fs/cd9660/cd9660_lookup.c
323
cache_enter(vdp, *vpp, cnp);
sys/fs/cd9660/cd9660_lookup.c
416
cache_enter(vdp, *vpp, cnp);
sys/fs/ext2fs/ext2_lookup.c
524
cache_enter(vdp, NULL, cnp);
sys/fs/ext2fs/ext2_lookup.c
702
cache_enter(vdp, *vpp, cnp);
sys/fs/ext2fs/ext2_vnops.c
271
cache_enter(ap->a_dvp, *ap->a_vpp, ap->a_cnp);
sys/fs/msdosfs/msdosfs_lookup.c
441
cache_enter(vdp, *vpp, cnp);
sys/fs/msdosfs/msdosfs_lookup.c
619
cache_enter(vdp, *vpp, cnp);
sys/fs/msdosfs/msdosfs_vnops.c
180
cache_enter(ap->a_dvp, *ap->a_vpp, cnp);
sys/fs/p9fs/p9fs_vnops.c
1676
cache_enter(P9FS_NTOV(dnp), *vpp, cnp);
sys/fs/p9fs/p9fs_vnops.c
404
cache_enter(dvp, *vpp, cnp);
sys/fs/p9fs/p9fs_vnops.c
480
cache_enter(P9FS_NTOV(dnp), *vpp, cnp);
sys/fs/pseudofs/pseudofs_vnops.c
583
cache_enter(vn, *vpp, cnp);
sys/fs/smbfs/smbfs_io.c
166
cache_enter(vp, newvp, &cn);
sys/fs/smbfs/smbfs_vnops.c
1249
cache_enter(dvp, *vpp, cnp);
sys/fs/smbfs/smbfs_vnops.c
526
cache_enter(dvp, vp, cnp);
sys/fs/tarfs/tarfs_vnops.c
300
cache_enter(dvp, *vpp, cnp);
sys/fs/tmpfs/tmpfs_vnops.c
216
cache_enter(dvp, *vpp, cnp);
sys/fs/tmpfs/tmpfs_vnops.c
271
cache_enter(dvp, *vpp, cnp);
sys/fs/udf/udf_vnops.c
1248
cache_enter(dvp, *vpp, a->a_cnp);
sys/fs/udf/udf_vnops.c
1262
cache_enter(dvp, *vpp, a->a_cnp);
sys/fs/unionfs/union_vnops.c
409
cache_enter(dvp, vp, cnp);
sys/fs/unionfs/union_vnops.c
419
cache_enter(dvp, NULL, cnp);
sys/kern/uipc_mqueue.c
935
cache_enter(dvp, *vpp, cnp);
sys/kern/vfs_cache.c
3110
cache_enter(tdvp, fvp, tcnp);
sys/ufs/ufs/ufs_lookup.c
531
cache_enter(vdp, NULL, cnp);
sys/ufs/ufs/ufs_lookup.c
747
cache_enter(vdp, *vpp, cnp);
sys/ufs/ufs/ufs_vnops.c
258
cache_enter(ap->a_dvp, *ap->a_vpp, ap->a_cnp);