vfs_vnops.c | 109 int (*vn_union_readdir_hook)(struct vnode **, struct file *, struct lwp *); variable in typeref:typename:int (*)(struct vnode **,struct file *,struct lwp *) 616 if (count == auio.uio_resid && vn_union_readdir_hook) { 619 error = (*vn_union_readdir_hook)(&vp, fp, l);
|