HomeSort by: relevance | last modified time | path
    Searched refs:vn_union_readdir_hook (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/fs/union/
union_vfsops.c 299 if (!vn_union_readdir_hook)
300 vn_union_readdir_hook = union_readdirhook;
union_subr.c 160 vn_union_readdir_hook = NULL;
  /src/sys/kern/
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);
  /src/sys/sys/
vnode.h 516 extern int (*vn_union_readdir_hook) (struct vnode **, struct file *, struct lwp *);
  /src/sys/fs/unionfs/
unionfs_vfsops.c 501 vn_union_readdir_hook = NULL;

Completed in 47 milliseconds