Lines Matching refs:t_flags
261 (((ticket->t_flags & XLOG_TIC_INITED) == 0) && in xfs_log_done()
265 if (ticket->t_flags & XLOG_TIC_PERM_RESERV) { in xfs_log_done()
271 if ((ticket->t_flags & XLOG_TIC_PERM_RESERV) == 0 || in xfs_log_done()
287 if ((ticket->t_flags & XLOG_TIC_PERM_RESERV) && in xfs_log_done()
289 ticket->t_flags |= XLOG_TIC_INITED; in xfs_log_done()
608 ((xlog_ticket_t *)tic)->t_flags = 0; in xfs_log_unmount_write()
766 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xfs_log_move_tail()
785 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xfs_log_move_tail()
1680 if (ticket->t_flags & XLOG_TIC_INITED) /* acct for start rec of xact */ in xlog_write()
1727 if (ticket->t_flags & XLOG_TIC_INITED) { in xlog_write()
1734 ticket->t_flags &= ~XLOG_TIC_INITED; /* clear bit */ in xlog_write()
2387 if (tic->t_flags & XFS_LOG_PERM_RESERV) in xlog_grant_log_space()
2399 if ((tic->t_flags & XLOG_TIC_IN_Q) == 0) in xlog_grant_log_space()
2416 } else if (tic->t_flags & XLOG_TIC_IN_Q) in xlog_grant_log_space()
2441 if (tic->t_flags & XLOG_TIC_IN_Q) in xlog_grant_log_space()
2499 ASSERT(ntic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_regrant_write_log_space()
2509 if ((tic->t_flags & XLOG_TIC_IN_Q) == 0) in xlog_regrant_write_log_space()
2541 if ((tic->t_flags & XLOG_TIC_IN_Q) == 0) in xlog_regrant_write_log_space()
2557 } else if (tic->t_flags & XLOG_TIC_IN_Q) in xlog_regrant_write_log_space()
2576 if (tic->t_flags & XLOG_TIC_IN_Q) in xlog_regrant_write_log_space()
2667 ASSERT(ticket->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ungrant_log_space()
3213 tic->t_flags = XLOG_TIC_INITED; in xlog_ticket_get()
3215 tic->t_flags |= XLOG_TIC_PERM_RESERV; in xlog_ticket_get()