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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log.c193 tic->t_flags |= XLOG_TIC_IN_Q;
208 tic->t_flags &= ~XLOG_TIC_IN_Q;
2497 if ((tic->t_flags & XLOG_TIC_IN_Q) == 0)
2514 } else if (tic->t_flags & XLOG_TIC_IN_Q)
2538 if (tic->t_flags & XLOG_TIC_IN_Q)
2607 if ((tic->t_flags & XLOG_TIC_IN_Q) == 0)
2639 if ((tic->t_flags & XLOG_TIC_IN_Q) == 0)
2655 } else if (tic->t_flags & XLOG_TIC_IN_Q)
2675 if (tic->t_flags & XLOG_TIC_IN_Q)
H A Dxfs_log_priv.h158 #define XLOG_TIC_IN_Q 0x4 macro

Completed in 51 milliseconds