Lines Matching defs:size
95 int no_size_change; /* -n, do not change the apparent size */
109 { "no-size-change", no_argument, NULL, 'n' },
169 " -n Do not change the apparent size of file\n"
541 s64 size)
548 /* Newly allocated clusters before initialized size need be zeroed */
554 na->compressed_size += size;
558 ntfs_log_error("File size error : "
634 ntfs_log_error("Wrong hole size %lld\n",
687 /* Restore the original apparent size if requested or error */
693 * "man 1 fallocate" does not define the new apparent size
694 * when size change is allowed (no --keep-size).
696 * "the file size will be changed if offset + len is greater
697 * than the file size"