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

/linux-master/fs/ntfs3/
H A Dfslog.c1502 u32 oldest_off, next_free_off, free_bytes; local
1514 oldest_off = (log->l_flags & NTFSLOG_NO_OLDEST_LSN) ?
1529 if (oldest_off == next_free_off)
1536 oldest_off < next_free_off ?
1537 log->total_avail_pages - (next_free_off - oldest_off) :
1538 oldest_off - next_free_off;

Completed in 121 milliseconds