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

  /src/sys/fs/tmpfs/
tmpfs_vfsops.c 1 /* $NetBSD: tmpfs_vfsops.c,v 1.78 2022/11/10 10:54:14 hannken Exp $ */
45 __KERNEL_RCSID(0, "$NetBSD: tmpfs_vfsops.c,v 1.78 2022/11/10 10:54:14 hannken Exp $");
458 struct vfsops tmpfs_vfsops = { variable in typeref:struct:vfsops
490 return vfs_attach(&tmpfs_vfsops);
492 return vfs_detach(&tmpfs_vfsops);

Completed in 11 milliseconds