freebsd-skq/sys/fs/msdosfs
phk 6221ef9078 Add a "int fd" argument to VOP_OPEN() which in the future will
contain the filedescriptor number on opens from userland.

The index is used rather than a "struct file *" since it conveys a bit
more information, which may be useful to in particular fdescfs and /dev/fd/*

For now pass -1 all over the place.
2003-07-26 07:32:23 +00:00
..
bootsect.h
bpb.h
denode.h change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660 2003-06-24 22:11:20 +00:00
direntry.h
fat.h
msdosfs_conv.c
msdosfs_denode.c Fix a bug where a truncate operation involving truncate() or ftruncate() on 2003-06-27 15:46:38 +00:00
msdosfs_fat.c
msdosfs_lookup.c
msdosfs_vfsops.c Add a "int fd" argument to VOP_OPEN() which in the future will 2003-07-26 07:32:23 +00:00
msdosfs_vnops.c If bread() returns a zero-length buffer, as can happen after a 2003-07-03 14:54:47 +00:00
msdosfsmount.h