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

  /src/sys/fs/ntfs/
ntfs_vfsops.c 1 /* $NetBSD: ntfs_vfsops.c,v 1.111 2024/02/04 00:16:59 christos Exp $ */
28 * Id: ntfs_vfsops.c,v 1.7 1999/05/31 11:28:30 phk Exp
32 __KERNEL_RCSID(0, "$NetBSD: ntfs_vfsops.c,v 1.111 2024/02/04 00:16:59 christos Exp $");
58 #include <fs/ntfs/ntfs_vfsops.h>
872 struct vfsops ntfs_vfsops = { variable in typeref:struct:vfsops
906 error = vfs_attach(&ntfs_vfsops);
922 error = vfs_detach(&ntfs_vfsops);

Completed in 42 milliseconds