freebsd-dev/sys/fs/cd9660
Poul-Henning Kamp a8d43c90af 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
..
cd9660_bmap.c Use __FBSDID(). 2003-06-11 00:34:37 +00:00
cd9660_lookup.c Use __FBSDID(). 2003-06-11 00:34:37 +00:00
cd9660_mount.h
cd9660_node.c Use __FBSDID(). 2003-06-11 00:34:37 +00:00
cd9660_node.h change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660 2003-06-24 22:11:20 +00:00
cd9660_rrip.c Use __FBSDID(). 2003-06-11 00:34:37 +00:00
cd9660_rrip.h
cd9660_util.c Use __FBSDID(). 2003-06-11 00:34:37 +00:00
cd9660_vfsops.c Add a "int fd" argument to VOP_OPEN() which in the future will 2003-07-26 07:32:23 +00:00
cd9660_vnops.c Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations 2003-06-15 18:53:00 +00:00
iso_rrip.h
iso.h
TODO
TODO.hibler