Home
last modified time | relevance | path

Searched refs:file_append_size (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/scripts/
Drecordmcount.c59 static size_t file_append_size; /* how much is added to end of file */ variable
66 file_append_size = 0; in file_append_cleanup()
111 if (aoffset > file_append_size) { in uwrite()
113 file_append_size = aoffset; in uwrite()
343 if (file_append_size) { in write_file()
344 n = write(fd_map, file_append, file_append_size); in write_file()
345 if (n != file_append_size) { in write_file()