Searched refs:file_end (Results 1 – 1 of 1) sorted by relevance
62 static void *file_end; /* pointer to the end of the mapped file */ variable117 if (file_ptr + count >= file_end) { in uwrite()118 off_t aoffset = (file_ptr + count) - file_end; in uwrite()133 if (file_ptr < file_end) { in uwrite()134 cnt = file_end - file_ptr; in uwrite()220 file_end = file_map + sb.st_size; in mmap_file()