HomeSort by: relevance | last modified time | path
    Searched refs:msdosfs_vfsops (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/modules/msdos/
Makefile 9 msdosfs_rename.c msdosfs_vfsops.c msdosfs_vnops.c msdosfs_unicode.c
  /src/sys/rump/fs/lib/libmsdos/
Makefile 9 SRCS= msdosfs_conv.c msdosfs_fat.c msdosfs_vfsops.c msdosfs_denode.c \
  /src/sys/fs/msdosfs/
msdosfs_vfsops.c 1 /* $NetBSD: msdosfs_vfsops.c,v 1.138 2022/04/16 07:58:21 hannken Exp $ */
51 __KERNEL_RCSID(0, "$NetBSD: msdosfs_vfsops.c,v 1.138 2022/04/16 07:58:21 hannken Exp $");
116 struct vfsops msdosfs_vfsops = { variable in typeref:struct:vfsops
165 error = vfs_attach(&msdosfs_vfsops);
170 error = vfs_detach(&msdosfs_vfsops);

Completed in 129 milliseconds