Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dfslog.c1527 u32 oldest_off, next_free_off, free_bytes; in current_log_avail() local
1548 next_free_off = (log->l_flags & NTFSLOG_REUSE_TAIL) in current_log_avail()
1555 if (oldest_off == next_free_off) in current_log_avail()
1562 oldest_off < next_free_off in current_log_avail()
1563 ? log->total_avail_pages - (next_free_off - oldest_off) in current_log_avail()
1564 : oldest_off - next_free_off; in current_log_avail()