NetBSD/sys/fs/nilfs
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
..
files.nilfs Don't generate unused fs_thefs.h headers. 2010-03-02 16:43:48 +00:00
Makefile
nilfs_bswap.h Remove closes 3 and 4 from my copyright. 2009-10-22 21:50:01 +00:00
nilfs_fs.h Fix misspelling: accommodate is a long enough word to have room for two 'c's 2012-12-01 11:41:49 +00:00
nilfs_mount.h
nilfs_subr.c remove unused variable warnings 2013-10-18 19:57:28 +00:00
nilfs_subr.h
nilfs_vfsops.c An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
nilfs_vnops.c Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
nilfs.h remove unused variable warnings 2013-10-18 19:57:28 +00:00