Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_priv.h21 #define XLOG_TAIL_WARN 0x10 /* log tail verify warning issued */ macro
H A Dxfs_log.c3517 !(log->l_flags & XLOG_TAIL_WARN)) { in xlog_verify_grant_tail()
3520 log->l_flags |= XLOG_TAIL_WARN; in xlog_verify_grant_tail()
3524 !(log->l_flags & XLOG_TAIL_WARN)) { in xlog_verify_grant_tail()
3527 log->l_flags |= XLOG_TAIL_WARN; in xlog_verify_grant_tail()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_priv.h464 #define XLOG_TAIL_WARN 3 /* log tail verify warning issued */ macro
H A Dxfs_log.c3560 !test_and_set_bit(XLOG_TAIL_WARN, &log->l_opstate)) { in xlog_verify_grant_tail()
3566 !test_and_set_bit(XLOG_TAIL_WARN, &log->l_opstate)) { in xlog_verify_grant_tail()

Completed in 12 milliseconds