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