Lines Matching refs:NTFSLOG_REUSE_TAIL
1013 #define NTFSLOG_REUSE_TAIL 0x00000010 macro
1543 next_free_off = (log->l_flags & NTFSLOG_REUSE_TAIL) ? in current_log_avail()
1601 bool reuse_page = log->l_flags & NTFSLOG_REUSE_TAIL; in last_log_lsn()
1793 !(log->l_flags & (NTFSLOG_NO_LAST_LSN | NTFSLOG_REUSE_TAIL)); in last_log_lsn()
1867 log->l_flags |= NTFSLOG_REUSE_TAIL; in last_log_lsn()
1870 log->l_flags &= ~NTFSLOG_REUSE_TAIL; in last_log_lsn()
2005 log->l_flags |= NTFSLOG_REUSE_TAIL; in last_log_lsn()
2008 log->l_flags &= ~NTFSLOG_REUSE_TAIL; in last_log_lsn()
2049 log->l_flags |= NTFSLOG_REUSE_TAIL; in last_log_lsn()
2052 log->l_flags &= ~NTFSLOG_REUSE_TAIL; in last_log_lsn()
3994 log->l_flags |= NTFSLOG_REUSE_TAIL; in log_replay()