Searched refs:bytes_remaining (Results 1 – 2 of 2) sorted by relevance
476 off_t bytes_remaining = diff < 0 ? 0 : diff; in elide_tail_bytes_file() local478 if (bytes_remaining <= n_elide) in elide_tail_bytes_file()481 enum Copy_fd_status err = copy_fd (fd, bytes_remaining - n_elide); in elide_tail_bytes_file()
1867 off_t bytes_remaining = end_pos - current_pos; in tail_bytes() local1869 if (n_bytes < bytes_remaining) in tail_bytes()