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

  /src/sys/ufs/mfs/
mfs_vfsops.c 1 /* $NetBSD: mfs_vfsops.c,v 1.117 2025/02/16 18:38:59 joe Exp $ */
31 * @(#)mfs_vfsops.c 8.11 (Berkeley) 6/19/95
35 __KERNEL_RCSID(0, "$NetBSD: mfs_vfsops.c,v 1.117 2025/02/16 18:38:59 joe Exp $");
90 struct vfsops mfs_vfsops = { variable in typeref:struct:vfsops
141 error = vfs_attach(&mfs_vfsops);
144 error = vfs_detach(&mfs_vfsops);

Completed in 11 milliseconds