Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ntfs3/
Dfslog.c1522 u32 oldest_off, next_free_off, free_bytes; in current_log_avail() local
1534 oldest_off = (log->l_flags & NTFSLOG_NO_OLDEST_LSN) ? in current_log_avail()
1549 if (oldest_off == next_free_off) in current_log_avail()
1556 oldest_off < next_free_off ? in current_log_avail()
1557 log->total_avail_pages - (next_free_off - oldest_off) : in current_log_avail()
1558 oldest_off - next_free_off; in current_log_avail()