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

  /src/sys/modules/coda/
Makefile 9 SRCS= coda_venus.c coda_vfsops.c coda_vnops.c
  /src/sys/modules/coda5/
Makefile 10 coda_vfsops.c coda_vnops.c
  /src/sys/coda/
coda_vfsops.c 1 /* $NetBSD: coda_vfsops.c,v 1.92 2025/05/28 06:06:54 andvar Exp $ */
31 * @(#) cfs/coda_vfsops.c,v 1.1.1.1 1998/08/29 21:26:45 rvb Exp $
48 __KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.92 2025/05/28 06:06:54 andvar Exp $");
64 #include <coda/coda_vfsops.h>
96 struct vfsops coda_vfsops = { variable in typeref:struct:vfsops
129 return vfs_attach(&coda_vfsops);
131 return vfs_detach(&coda_vfsops);

Completed in 12 milliseconds