NetBSD/sys/fs/ntfs
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
..
Makefile
TODO Fight the ever-increasing size of src checkouts by spelling "useful" 2010-02-28 15:52:16 +00:00
files.ntfs Don't generate unused fs_thefs.h headers. 2010-03-02 16:43:48 +00:00
ntfs.h - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
ntfs_compr.c bzero -> memset 2009-03-18 16:00:08 +00:00
ntfs_compr.h
ntfs_conv.c
ntfs_ihash.c extending vmem(9) to be able to allocated resources for it's own needs. 2012-01-27 19:48:38 +00:00
ntfs_ihash.h
ntfs_inode.h
ntfs_subr.c Make this compile again. 2013-06-28 17:13:34 +00:00
ntfs_subr.h
ntfs_vfsops.c An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
ntfs_vfsops.h Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
ntfs_vnops.c Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
ntfsmount.h