Home
last modified time | relevance | path

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

/fs/ntfs3/
Dfslog.c1505 u32 oldest_off, next_free_off, free_bytes; in current_log_avail() local
1526 next_free_off = (log->l_flags & NTFSLOG_REUSE_TAIL) in current_log_avail()
1533 if (oldest_off == next_free_off) in current_log_avail()
1540 oldest_off < next_free_off in current_log_avail()
1541 ? log->total_avail_pages - (next_free_off - oldest_off) in current_log_avail()
1542 : oldest_off - next_free_off; in current_log_avail()