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

  /src/sys/ufs/lfs/
lfs_vfsops.c 1 /* $NetBSD: lfs_vfsops.c,v 1.389 2025/09/29 17:01:48 perseant Exp $ */
60 * @(#)lfs_vfsops.c 8.20 (Berkeley) 6/10/95
64 __KERNEL_RCSID(0, "$NetBSD: lfs_vfsops.c,v 1.389 2025/09/29 17:01:48 perseant Exp $");
152 struct vfsops lfs_vfsops = { variable in typeref:struct:vfsops
375 error = vfs_attach(&lfs_vfsops);
383 error = vfs_detach(&lfs_vfsops);

Completed in 29 milliseconds