Searched refs:vnode_fsprint (Results 1 – 1 of 1) sorted by relevance
306 int (*vnode_fsprint) (struct vnode *, int); /* per-fs data printer */ in vnodemode() local322 vnode_fsprint = NULL; in vnodemode()340 vnode_fsprint = ufs_print; in vnodemode()343 vnode_fsprint = nfs_print; in vnodemode()346 vnode_fsprint = ext2fs_print; in vnodemode()351 vnode_fsprint = layer_print; in vnodemode()353 vnode_fsprint = NULL; in vnodemode()357 if (VTOI(vp) != NULL && vnode_fsprint != NULL) in vnodemode()358 (*vnode_fsprint)(vp, ovflw); in vnodemode()