Searched refs:bytes_left_in_file (Results 1 – 3 of 3) sorted by relevance
74 ((source->bytes_left_in_file <= 0) && in get_next_block_fn()101 if (source->bytes_left_in_file > 0) { in get_next_block_fn()106 to_read = source->bytes_left_in_file; in get_next_block_fn()122 source->bytes_left_in_file = 0; in get_next_block_fn()
278 source->bytes_left_in_file = in read_simple_file()333 source->bytes_left_in_file = in read_simple_file()394 source->bytes_left_in_file = 0; in read_simple_file()
739 off_t bytes_left_in_file; member