Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_log.c195 tic->t_flags |= XLOG_TIC_IN_Q; in xlog_ins_ticketq()
210 tic->t_flags &= ~XLOG_TIC_IN_Q; in xlog_del_ticketq()
2504 if ((tic->t_flags & XLOG_TIC_IN_Q) == 0) in xlog_grant_log_space()
2521 } else if (tic->t_flags & XLOG_TIC_IN_Q) in xlog_grant_log_space()
2545 if (tic->t_flags & XLOG_TIC_IN_Q) in xlog_grant_log_space()
2614 if ((tic->t_flags & XLOG_TIC_IN_Q) == 0) in xlog_regrant_write_log_space()
2646 if ((tic->t_flags & XLOG_TIC_IN_Q) == 0) in xlog_regrant_write_log_space()
2662 } else if (tic->t_flags & XLOG_TIC_IN_Q) in xlog_regrant_write_log_space()
2682 if (tic->t_flags & XLOG_TIC_IN_Q) in xlog_regrant_write_log_space()
Dxfs_log_priv.h162 #define XLOG_TIC_IN_Q 0x4 macro