NetBSD/sys/fs/tmpfs
elad 009f5d2f88 Where possible, extract the file-system's access() routine to two internal
functions: the first checking if the operation is possible (regardless of
permissions), the second checking file-system permissions, ACLs, etc.

Mailing list reference:

	http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005311.html
2009-07-03 21:17:40 +00:00
..
files.tmpfs
Makefile
tmpfs_args.h
tmpfs_fifoops.c
tmpfs_fifoops.h
tmpfs_pool.c
tmpfs_pool.h
tmpfs_specops.c
tmpfs_specops.h
tmpfs_subr.c Extract the open-coded authorization logic for chtimes() from various 2009-05-07 19:30:29 +00:00
tmpfs_vfsops.c
tmpfs_vnops.c Where possible, extract the file-system's access() routine to two internal 2009-07-03 21:17:40 +00:00
tmpfs_vnops.h
tmpfs.h
TODO