Searched refs:max_skip (Results 1 – 3 of 3) sorted by relevance
146 const int64_t max_skip = in file_skip() local148 if (request > max_skip) in file_skip()149 skip = (off_t)max_skip; in file_skip()
152 const int64_t max_skip = in FILE_skip() local154 if (request > max_skip) in FILE_skip()155 skip = max_skip; in FILE_skip()
502 const int64_t max_skip = in file_skip_lseek() local504 if (request > max_skip) in file_skip_lseek()505 skip = max_skip; in file_skip_lseek()