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

  /src/sys/modules/fdesc/
Makefile 8 SRCS= fdesc_vfsops.c fdesc_vnops.c
  /src/sys/rump/fs/lib/libfdesc/
Makefile 9 SRCS= fdesc_vfsops.c fdesc_vnops.c
  /src/sys/miscfs/fdesc/
fdesc.h 76 extern struct vfsops fdesc_vfsops;
fdesc_vfsops.c 1 /* $NetBSD: fdesc_vfsops.c,v 1.96 2020/04/13 19:23:18 ad Exp $ */
34 * @(#)fdesc_vfsops.c 8.10 (Berkeley) 5/14/95
36 * #Id: fdesc_vfsops.c,v 1.9 1993/04/06 15:28:33 jsp Exp #
44 __KERNEL_RCSID(0, "$NetBSD: fdesc_vfsops.c,v 1.96 2020/04/13 19:23:18 ad Exp $");
239 struct vfsops fdesc_vfsops = { variable in typeref:struct:vfsops
287 error = vfs_attach(&fdesc_vfsops);
292 error = vfs_detach(&fdesc_vfsops);

Completed in 14 milliseconds