NetBSD/sys/fs/msdosfs
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
..
bootsect.h Stylistic changes in comments/strings: 2012-11-04 17:57:59 +00:00
bpb.h Stylistic changes in comments/strings: 2012-11-04 17:57:59 +00:00
denode.h Change msdosfs from hashlist to vcache: 2014-07-08 09:21:52 +00:00
direntry.h provide a function to access the name and extension as a single array as 2013-10-20 00:01:55 +00:00
fat.h expose more stuff if MAKEFS is defined for the headers, and arrange for 2013-01-26 00:21:49 +00:00
files.msdosfs
Makefile
msdosfs_conv.c more cross-compile friendly. 2013-01-26 16:51:51 +00:00
msdosfs_denode.c Change msdosfs from hashlist to vcache: 2014-07-08 09:21:52 +00:00
msdosfs_fat.c A little more debugging. 2013-01-28 00:17:18 +00:00
msdosfs_lookup.c Change msdosfs from hashlist to vcache: 2014-07-08 09:21:52 +00:00
msdosfs_vfsops.c Make DPRINTF more understandable, and replace my previous #ifdef DIAGNOSTIC... 2014-07-18 17:24:34 +00:00
msdosfs_vnops.c Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
msdosfsmount.h Change msdosfs from hashlist to vcache: 2014-07-08 09:21:52 +00:00
TODO