Searched refs:newest (Results 1 – 3 of 3) sorted by relevance
29 static int file_ctr, newest, oldest; variable187 rc = check_log_file_exist(newest); in write_log_to_file()291 newest = min; in allocate_new_file()304 if (newest < file_num) { in allocate_new_file()305 newest = file_num; in allocate_new_file()316 newest = max; in allocate_new_file()325 curr_file_num = newest; in allocate_new_file()357 curr_file_num = newest; in allocate_new_file()396 newest = curr_file_num; in allocate_new_file()
35 bool "Append to the newest log file"38 When enabled and when there is space left in the newest log file,
98 int oldest = -1, newest = -1; in fcb_init() local131 oldest = newest = fda.fd_id; in fcb_init()135 if (FCB_ID_GT(fda.fd_id, newest)) { in fcb_init()136 newest = fda.fd_id; in fcb_init()152 newest = oldest = 0; in fcb_init()158 fcbp->f_active_id = newest; in fcb_init()
Completed in 14 milliseconds