NetBSD/sys/fs/msdosfs
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
..
Makefile
TODO
bootsect.h When mounting an MSDOS fileysystem, do not require that bytes 252 and 2006-08-14 14:06:26 +00:00
bpb.h Use the endian conversion functions from sys/endian.h. 2007-01-27 07:18:10 +00:00
denode.h Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
direntry.h
fat.h
files.msdosfs
msdosfs_conv.c ansify function definitions 2009-03-15 17:14:40 +00:00
msdosfs_denode.c ansify function definitions 2009-03-15 17:14:40 +00:00
msdosfs_fat.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
msdosfs_lookup.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
msdosfs_vfsops.c Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
msdosfs_vnops.c Where possible, extract the file-system's access() routine to two internal 2009-07-03 21:17:40 +00:00
msdosfsmount.h Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00