Lines Matching +full:right +full:- +full:most
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
6 #define FALLOC_FL_PUNCH_HOLE 0x02 /* de-allocates range */
20 * granularity of the operation. Most will limit operations to
26 * considered an illegal operation - just use ftruncate(2) if you need
35 * unwritten extents - even though file system may choose to zero out the
48 * shifted towards right by len bytes to create a hole. As such, this
52 * of the operation. Most will limit operations to filesystem block size
57 * the file is considered an illegal operation - just use ftruncate(2) or
66 * copy-on-write.
69 * granularity of the operation. Most will limit operations to filesystem
74 * This flag can only be used with allocate-mode fallocate, which is