freebsd-dev/lib/libspl/asm-generic
Etienne Dechamps cb2d19010d Support the fallocate() file operation.
Currently only the (FALLOC_FL_PUNCH_HOLE) flag combination is
supported, since it's the only one that matches the behavior of
zfs_space(). This makes it pretty much useless in its current
form, but it's a start.

To support other flag combinations we would need to modify
zfs_space() to make it more flexible, or emulate the desired
functionality in zpl_fallocate().

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #334
2012-02-09 16:19:32 -08:00
..
atomic.c Add linux libspl support 2010-08-31 13:41:59 -07:00
atomic.S Exclude atomic.S source from dist rules 2010-09-10 12:16:43 -07:00
Makefile.am Support custom build directories and move includes 2010-09-08 12:38:56 -07:00
Makefile.in Support the fallocate() file operation. 2012-02-09 16:19:32 -08:00