NetBSD/sys/fs/cd9660
dholland 05d075b3ae Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can
find.

The filesystem ones all call genfs_eopnotsupp - right now I am only
implementing the plumbing and we can implement fallocate and/or
fdiscard for files later.

The device ones call spec_fallocate (which is also genfs_eopnotsupp)
and spec_fdiscard, which dispatches to the device-level op.

The fifo ones all call vn_fifo_bypass, which also ends up being
EOPNOTSUPP.
2014-07-25 08:20:51 +00:00
..
cd9660_bmap.c Remove the hints "isodir" and "relocated" from cd9660_vget_internal() 2014-06-14 07:39:28 +00:00
cd9660_extern.h Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
cd9660_lookup.c Change cd9660 from hashlist to vcache. 2014-06-16 09:55:49 +00:00
cd9660_mount.h
cd9660_node.c Change cd9660 from hashlist to vcache. 2014-06-16 09:55:49 +00:00
cd9660_node.h Change cd9660 from hashlist to vcache. 2014-06-16 09:55:49 +00:00
cd9660_rrip.c
cd9660_rrip.h
cd9660_util.c PR kern/48815: do not skip ';' twice when comparing file versions. 2014-06-01 11:01:18 +00:00
cd9660_vfsops.c Remove ROOTNAME (unused). 2014-07-09 08:43:54 +00:00
cd9660_vnops.c Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
files.cd9660
iso_rrip.h
iso.h
Makefile
TODO
TODO.hibler