[hackers] [ubase] Add fallocate manpage || sin
commit 555e6bc447139f530750e3e97a0d563c416aad89
Author: sin <sin_AT_2f30.org>
Date: Sat Apr 12 14:04:38 2014 +0100
Add fallocate manpage
diff --git a/fallocate.1 b/fallocate.1
new file mode 100644
index 0000000..d4c576b
--- /dev/null
+++ b/fallocate.1
_AT_@ -0,0 +1,18 @@
+.TH FALLOCATE 1 ubase-VERSION
+.SH NAME
+BfallocateR - preallocate blocks to a file
+.SH SYNOPSIS
+BfallocateR [B-oI offsetR] B-lR Ilength fileR
+.SH DESCRIPTION
+BfallocateR preallocates blocks to a file. Only certain filesystems
+support the fallocate system call. This is a very fast operation to allocate
+uninitialized blocks in a file without doing any IO.
+As of the Linux Kernel v2.6.31, the fallocate system call is supported
+by the btrfs, ext4, ocfs2, and xfs filesystems.
+.SH OPTIONS
+.TP
+B-oR Specifies the beginning offset of the allocation, in bytes.
+.TP
+B-lR Specifies the length of the allocation, in bytes.
+.SH SEE ALSO
+fallocate(2)
Received on Sat Apr 12 2014 - 15:05:41 CEST
This archive was generated by hypermail 2.3.0
: Sat Apr 12 2014 - 15:12:15 CEST