Searched refs:file_end (Results 1 – 1 of 1) sorted by relevance
54 static void *file_end; /* pointer to the end of the mapped file */ variable109 if (file_ptr + count >= file_end) { in uwrite()110 off_t aoffset = (file_ptr + count) - file_end; in uwrite()125 if (file_ptr < file_end) { in uwrite()126 cnt = file_end - file_ptr; in uwrite()212 file_end = file_map + sb.st_size; in mmap_file()