Lines Matching full:fallocate
819 // will not allocate space on disk and this call to fallocate will not821 // Note: fallocate is only supported by the following filesystems -822 // btrfs, ext4, ocfs2, and xfs. Therefore fallocate might fail with826 result = TEMP_FAILURE_RETRY(fallocate(fd, 0, current_offset, declared_length));