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

/linux-master/fs/ntfs3/
H A Dfslog.c994 #define NTFSLOG_REUSE_TAIL 0x00000010 macro
1523 next_free_off = (log->l_flags & NTFSLOG_REUSE_TAIL) ?
1581 bool reuse_page = log->l_flags & NTFSLOG_REUSE_TAIL;
1773 !(log->l_flags & (NTFSLOG_NO_LAST_LSN | NTFSLOG_REUSE_TAIL));
1847 log->l_flags |= NTFSLOG_REUSE_TAIL;
1850 log->l_flags &= ~NTFSLOG_REUSE_TAIL;
1985 log->l_flags |= NTFSLOG_REUSE_TAIL;
1988 log->l_flags &= ~NTFSLOG_REUSE_TAIL;
2029 log->l_flags |= NTFSLOG_REUSE_TAIL;
2032 log->l_flags &= ~NTFSLOG_REUSE_TAIL;
[all...]

Completed in 106 milliseconds