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

  /src/sys/miscfs/kernfs/
kernfs_vfsops.c 1 /* $NetBSD: kernfs_vfsops.c,v 1.101 2025/02/16 18:38:58 joe Exp $ */
34 * @(#)kernfs_vfsops.c 8.10 (Berkeley) 5/14/95
42 __KERNEL_RCSID(0, "$NetBSD: kernfs_vfsops.c,v 1.101 2025/02/16 18:38:58 joe Exp $");
298 struct vfsops kernfs_vfsops = { variable in typeref:struct:vfsops
347 error = vfs_attach(&kernfs_vfsops);
350 error = vfs_detach(&kernfs_vfsops);

Completed in 13 milliseconds