HomeSort by: relevance | last modified time | path
    Searched defs:cd9660_vfsops (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/cd9660/
cd9660_vfsops.c 1 /* $NetBSD: cd9660_vfsops.c,v 1.105 2025/02/16 18:38:58 joe Exp $ */
36 * @(#)cd9660_vfsops.c 8.18 (Berkeley) 5/22/95
40 __KERNEL_RCSID(0, "$NetBSD: cd9660_vfsops.c,v 1.105 2025/02/16 18:38:58 joe Exp $");
92 struct vfsops cd9660_vfsops = { variable in typeref:struct:vfsops
160 error = vfs_attach(&cd9660_vfsops);
163 error = vfs_detach(&cd9660_vfsops);

Completed in 11 milliseconds