Searched refs:log_last (Results 1 – 6 of 6) sorted by relevance
462 local int log_last(struct log *log, int last) in log_last() function510 if (log_last(log, 1)) in log_append()534 if (log_last(log, 0)) in log_append()543 if (log_last(log, 1)) in log_append()704 if (log_last(log, 1) || write(log->fd, buf, 8) != 8 || in log_compress()
294 if (lnum > c->log_last) in ubifs_next_log_lnum()
653 c->log_last = UBIFS_LOG_LNUM + c->log_lebs - 1; in ubifs_read_superblock()
1905 int log_last; member
1638 c->log_lebs, UBIFS_LOG_LNUM, c->log_last); in mount_ubifs()
2546 } else if (lnum >= UBIFS_LOG_LNUM && lnum <= c->log_last) { in power_cut_emulated()