Symbol: vprint
sys/isofs/cd9660/cd9660_node.c
184
vprint("cd9660_inactive: pushing active", vp);
sys/isofs/cd9660/cd9660_node.c
211
vprint("cd9660_reclaim: pushing active", vp);
sys/kern/spec_vnops.c
431
vprint("spec_fsync: dirty", vp);
sys/kern/vfs_subr.c
1370
vprint(NULL, vp);
sys/kern/vfs_subr.c
2056
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
732
vprint("vnode already on free list: ", vp);
sys/kern/vfs_subr.c
769
vprint("vput: bad ref count", vp);
sys/kern/vfs_subr.c
782
vprint("vput: bad writecount", vp);
sys/kern/vfs_subr.c
812
vprint("vrele: bad ref count", vp);
sys/kern/vfs_subr.c
823
vprint("vrele: bad writecount", vp);
sys/kern/vfs_subr.c
830
vprint("vrele: cannot lock", vp);
sys/kern/vfs_subr.c
997
vprint("vflush: busy vnode", vp);
sys/kern/vfs_sync.c
173
vprint("fsync failed", vp);
sys/msdosfs/msdosfs_denode.c
588
vprint("msdosfs_reclaim(): pushing active", vp);
sys/msdosfs/msdosfs_denode.c
627
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
164
vprint("nfs_inactive: pushing active", ap->a_vp);
sys/nfs/nfs_node.c
216
vprint("nfs_reclaim: pushing active", vp);
sys/nfs/nfs_vnops.c
3199
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));