NetBSD/sys/fs/tmpfs
ad d39cb654b8 tmpfs_inactive(): do like other file systems and truncate the file if it
has been deleted.  Otherwise VFS will try to write cached data "back to
disc", which in the case of a UAO means needless page deactivations and
the resulting TLB shootdowns.
2020-03-14 13:39:36 +00:00
..
Makefile
TODO
files.tmpfs
tmpfs.h s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
tmpfs_args.h
tmpfs_fifoops.c
tmpfs_fifoops.h
tmpfs_mem.c Rename uvm_free() -> uvm_availmem(). 2019-12-31 13:07:09 +00:00
tmpfs_rename.c Omit obsolete comment and needless __diagused marker. 2019-12-03 04:59:05 +00:00
tmpfs_specops.c
tmpfs_specops.h
tmpfs_subr.c tmpfs_reg_resize(): do nothing if newsize == oldsize. 2020-03-14 13:37:49 +00:00
tmpfs_vfsops.c VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to 2020-01-17 20:08:06 +00:00
tmpfs_vnops.c tmpfs_inactive(): do like other file systems and truncate the file if it 2020-03-14 13:39:36 +00:00
tmpfs_vnops.h