Symbol: vprint
sys/isofs/cd9660/cd9660_node.c
190
vprint("cd9660_inactive: pushing active", vp);
sys/isofs/cd9660/cd9660_node.c
217
vprint("cd9660_reclaim: pushing active", vp);
sys/kern/spec_vnops.c
431
vprint("spec_fsync: dirty", vp);
sys/kern/vfs_subr.c
1003
vprint("vflush: busy vnode", vp);
sys/kern/vfs_subr.c
1386
vprint(NULL, vp);
sys/kern/vfs_subr.c
2072
vprint("vflushbuf: dirty", vp);
sys/kern/vfs_subr.c
446
vprint("free vnode", vp);
sys/kern/vfs_subr.c
459
vprint("cleaned vnode", vp);
sys/kern/vfs_subr.c
738
vprint("vnode already on free list: ", vp);
sys/kern/vfs_subr.c
775
vprint("vput: bad ref count", vp);
sys/kern/vfs_subr.c
788
vprint("vput: bad writecount", vp);
sys/kern/vfs_subr.c
818
vprint("vrele: bad ref count", vp);
sys/kern/vfs_subr.c
829
vprint("vrele: bad writecount", vp);
sys/kern/vfs_subr.c
836
vprint("vrele: cannot lock", vp);
sys/kern/vfs_sync.c
173
vprint("fsync failed", vp);
sys/msdosfs/msdosfs_denode.c
594
vprint("msdosfs_reclaim(): pushing active", vp);
sys/msdosfs/msdosfs_denode.c
633
vprint("msdosfs_inactive(): pushing active", vp);
sys/msdosfs/msdosfs_vfsops.c
581
vprint("msdosfs_umount(): just before calling VOP_CLOSE()\n", vp);
sys/nfs/nfs_node.c
170
vprint("nfs_inactive: pushing active", ap->a_vp);
sys/nfs/nfs_node.c
222
vprint("nfs_reclaim: pushing active", vp);
sys/nfs/nfs_vnops.c
3228
vprint("nfs_fsync: dirty", vp);
sys/ntfs/ntfs_vnops.c
190
vprint("ntfs_inactive: pushing active", vp);
sys/ntfs/ntfs_vnops.c
217
vprint("ntfs_reclaim: pushing active", vp);
sys/sys/vnode.h
602
void vprint(char *, struct vnode *);
sys/ufs/ext2fs/ext2fs_inode.c
113
vprint("ext2fs_inactive: pushing active", vp);
sys/ufs/ext2fs/ext2fs_vnops.c
1211
vprint("ext2fs_reclaim: pushing active", vp);
sys/ufs/ffs/ffs_vnops.c
500
vprint("ffs_fsync: dirty", vp);
sys/ufs/ufs/ufs_inode.c
121
vprint("ufs_reclaim: pushing active", vp);
sys/ufs/ufs/ufs_inode.c
71
vprint("ufs_inactive: pushing active", vp);
sys/ufs/ufs/ufs_quota.c
448
vprint("chkdquot: missing dquot", ITOV(ip));