Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_log.c261 (((ticket->t_flags & XLOG_TIC_INITED) == 0) && in xfs_log_done()
289 ticket->t_flags |= XLOG_TIC_INITED; in xfs_log_done()
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()
3213 tic->t_flags = XLOG_TIC_INITED; in xlog_ticket_get()
Dxfs_log_priv.h244 #define XLOG_TIC_INITED 0x1 /* has been initialized */ macro