Symbol: vop_print
sys/kern/vfs_sync.c
631
.vop_print = sync_print,
sys/kern/vfs_vopops.c
1990
DO_OPS(ap->a_head.a_ops, error, ap, vop_print);
sys/kern/vfs_vopops.c
978
DO_OPS(ops, error, &ap, vop_print);
sys/sys/vfsops.h
1093
vop_print(*(vp)->v_ops, vp)
sys/sys/vfsops.h
648
int (*vop_print)(struct vop_print_args *);
sys/sys/vfsops.h
833
int vop_print(struct vop_ops *ops, struct vnode *vp);
sys/vfs/autofs/autofs_vnops.c
475
.vop_print = autofs_print,
sys/vfs/deadfs/dead_vnops.c
71
.vop_print = dead_print,
sys/vfs/devfs/devfs_vnops.c
145
.vop_print = devfs_vop_print,
sys/vfs/devfs/devfs_vnops.c
172
.vop_print = devfs_vop_print,
sys/vfs/dirfs/dirfs_vnops.c
1579
.vop_print = dirfs_print,
sys/vfs/ext2fs/ext2_vnops.c
2140
.vop_print = ext2_print,
sys/vfs/ext2fs/ext2_vnops.c
2163
.vop_print = ext2_print,
sys/vfs/ext2fs/ext2_vnops.c
2179
.vop_print = ext2_print,
sys/vfs/fifofs/fifo_vnops.c
106
.vop_print = fifo_print,
sys/vfs/fuse/fuse_vnops.c
2192
.vop_print = fuse_vop_print,
sys/vfs/fuse/fuse_vnops.c
2211
.vop_print = fuse_vop_print,
sys/vfs/hammer/hammer_vnops.c
101
.vop_print = hammer_vop_print,
sys/vfs/hpfs/hpfs_vnops.c
1168
.vop_print = hpfs_print,
sys/vfs/isofs/cd9660/cd9660_vnops.c
820
.vop_print = cd9660_print,
sys/vfs/isofs/cd9660/cd9660_vnops.c
840
.vop_print = cd9660_print,
sys/vfs/isofs/cd9660/cd9660_vnops.c
850
.vop_print = cd9660_print,
sys/vfs/msdosfs/msdosfs_vnops.c
1947
.vop_print = msdosfs_print,
sys/vfs/nfs/nfs_vnops.c
143
.vop_print = nfs_print,
sys/vfs/nfs/nfs_vnops.c
169
.vop_print = nfs_print,
sys/vfs/nfs/nfs_vnops.c
183
.vop_print = nfs_print,
sys/vfs/ntfs/ntfs_vnops.c
779
.vop_print = ntfs_print,
sys/vfs/procfs/procfs_vnops.c
103
.vop_print = procfs_print,
sys/vfs/smbfs/smbfs_vnops.c
108
.vop_print = smbfs_print,
sys/vfs/tmpfs/tmpfs_vnops.c
2233
.vop_print = tmpfs_print,
sys/vfs/ufs/ufs_vnops.c
2275
.vop_print = ufs_print,
sys/vfs/ufs/ufs_vnops.c
2296
.vop_print = ufs_print,
sys/vfs/ufs/ufs_vnops.c
2312
.vop_print = ufs_print,