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

  /src/sys/ufs/ffs/
ffs_vfsops.c 1 /* $NetBSD: ffs_vfsops.c,v 1.384 2024/12/30 09:03:07 hannken Exp $ */
60 * @(#)ffs_vfsops.c 8.31 (Berkeley) 5/20/95
64 __KERNEL_RCSID(0, "$NetBSD: ffs_vfsops.c,v 1.384 2024/12/30 09:03:07 hannken Exp $");
146 struct vfsops ffs_vfsops = { variable in typeref:struct:vfsops
326 error = vfs_attach(&ffs_vfsops);
337 error = vfs_detach(&ffs_vfsops);

Completed in 37 milliseconds