NetBSD/sys/fs/tmpfs/files.tmpfs
rmind fc8b3b7154 Replace tmpfs_pool custom allocator code with a simpler layer for memory
accounting.  Use wired memory (which can be limited) for meta-data, and
kmem(9) for string allocations.

Close PR/31944.  Fix PR/38361 while here.  OK ad@.
2010-06-22 18:32:07 +00:00

11 lines
285 B
Plaintext

# $NetBSD: files.tmpfs,v 1.4 2010/06/22 18:32:07 rmind Exp $
deffs TMPFS
file fs/tmpfs/tmpfs_fifoops.c tmpfs
file fs/tmpfs/tmpfs_mem.c tmpfs
file fs/tmpfs/tmpfs_specops.c tmpfs
file fs/tmpfs/tmpfs_subr.c tmpfs
file fs/tmpfs/tmpfs_vfsops.c tmpfs
file fs/tmpfs/tmpfs_vnops.c tmpfs