Searched refs:max_file_offset (Results 1 – 2 of 2) sorted by relevance
1497 static unsigned long max_file_offset = 0; /* maximum file offset */ variable4292 if (file_offset > max_file_offset) in read_seek()4293 max_file_offset = file_offset; in read_seek()4436 if (max_file_offset != (unsigned long) stat_buf.st_size) in copy_object()4438 max_file_offset, in copy_object()
33105 (file_offset, max_file_offset): Declare as unsigned long.33107 either file_offset or max_file_offset.