Searched refs:oldest_off (Results 1 – 1 of 1) sorted by relevance
1525 u32 oldest_off, next_free_off, free_bytes; in current_log_avail() local1537 oldest_off = (log->l_flags & NTFSLOG_NO_OLDEST_LSN) in current_log_avail()1553 if (oldest_off == next_free_off) in current_log_avail()1560 oldest_off < next_free_off in current_log_avail()1561 ? log->total_avail_pages - (next_free_off - oldest_off) in current_log_avail()1562 : oldest_off - next_free_off; in current_log_avail()