Searched refs:file_append_size (Results 1 – 1 of 1) sorted by relevance
54 static size_t file_append_size; /* how much is added to end of file */ variable74 file_append_size = 0; in cleanup()137 if (aoffset > file_append_size) { in uwrite()139 file_append_size = aoffset; in uwrite()335 if (file_append_size) { in write_file()336 n = write(fd_map, file_append, file_append_size); in write_file()337 if (n != file_append_size) { in write_file()