Searched refs:file_bytes (Results 1 – 2 of 2) sorted by relevance
149 file_bytes=$5150 pad_bytes=$(($(roundup $file_bytes 512) * 512 - $file_bytes))151 if [ "$file_bytes" != 0 ] || [ "$file" = "${file#USTAR.volsize.}" ]155 free_space=$(($free_space - 512 - $file_bytes - $pad_bytes))
390 off_t file_bytes = stat_buf[f].st_size - file_position (f); in cmp() local391 if (file_bytes < byte_number_max) in cmp()392 byte_number_max = file_bytes; in cmp()