Searched refs:file_end (Results 1 – 1 of 1) sorted by relevance
64 static void *file_end; /* pointer to the end of the mapped file */ variable148 if (file_ptr + count >= file_end) { in uwrite()149 off_t aoffset = (file_ptr + count) - file_end; in uwrite()159 if (file_ptr < file_end) { in uwrite()160 cnt = file_end - file_ptr; in uwrite()266 file_end = file_map + sb.st_size; in mmap_file()