NetBSD/sys/fs/tmpfs
riastradh 9fc4d1f3de tmpfs: Assert no arithmetic overflow in directory node tn_size.
Need >2^57 directory entries before this is a problem.  If we created
a million per second, this would take over 4000 years.
2023-04-29 08:15:13 +00:00
..
Makefile
TODO
files.tmpfs
tmpfs.h PR kern/55268: tmpfs is slow 2020-05-17 19:39:15 +00:00
tmpfs_args.h
tmpfs_fifoops.c Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-19 01:30:24 +00:00
tmpfs_fifoops.h Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-18 23:57:13 +00:00
tmpfs_mem.c tmpfs: Nix trailing whitespace. No functional change intended. 2023-04-29 06:29:55 +00:00
tmpfs_rename.c Move a mis-placed KASSERT(). 2021-10-20 14:28:21 +00:00
tmpfs_specops.c Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-19 01:30:24 +00:00
tmpfs_specops.h Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-18 23:57:13 +00:00
tmpfs_subr.c tmpfs: Assert no arithmetic overflow in directory node tn_size. 2023-04-29 08:15:13 +00:00
tmpfs_vfsops.c Tmpfs_mount() uses tmpfs_unmount() for cleanup if set_statvfs_info() fails. 2022-11-10 10:54:14 +00:00
tmpfs_vnops.c tmpfs_read: respect MNT_NOATIME. 2022-06-01 08:42:38 +00:00
tmpfs_vnops.h Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-18 23:57:13 +00:00