Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dfslog.c1503 u32 oldest_off, next_free_off, free_bytes; in current_log_avail() local
1515 oldest_off = (log->l_flags & NTFSLOG_NO_OLDEST_LSN) ? in current_log_avail()
1530 if (oldest_off == next_free_off) in current_log_avail()
1537 oldest_off < next_free_off ? in current_log_avail()
1538 log->total_avail_pages - (next_free_off - oldest_off) : in current_log_avail()
1539 oldest_off - next_free_off; in current_log_avail()