Searched refs:xfs_log_ticket_ungrant (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trans.c | 229 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve() 907 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in __xfs_trans_commit() 965 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_cancel()
|
H A D | xfs_log_cil.c | 856 xfs_log_ticket_ungrant(log, tic); in xlog_cil_push_work() 889 xfs_log_ticket_ungrant(log, tic); in xlog_cil_push_work() 1047 xfs_log_ticket_ungrant(log, tp->t_ticket); in xlog_cil_commit()
|
H A D | xfs_log_priv.h | 485 void xfs_log_ticket_ungrant(struct xlog *log, struct xlog_ticket *ticket);
|
H A D | xfs_log.c | 882 xfs_log_ticket_ungrant(log, tic); in xlog_unmount_write() 3031 xfs_log_ticket_ungrant( in xfs_log_ticket_ungrant() function
|
H A D | xfs_trace.h | 1156 DEFINE_LOGGRANT_EVENT(xfs_log_ticket_ungrant); variable
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trans.c | 228 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve() 1042 xfs_log_ticket_ungrant(log, tp->t_ticket); in __xfs_trans_commit() 1120 xfs_log_ticket_ungrant(log, tp->t_ticket); in xfs_trans_cancel()
|
H A D | xfs_log_cil.c | 1336 xfs_log_ticket_ungrant(log, ticket); in xlog_cil_push_work() 1349 xfs_log_ticket_ungrant(log, ctx->ticket); in xlog_cil_push_work() 1358 xfs_log_ticket_ungrant(log, ticket); in xlog_cil_push_work() 1587 xfs_log_ticket_ungrant(log, tp->t_ticket); in xlog_cil_commit()
|
H A D | xfs_log_priv.h | 517 void xfs_log_ticket_ungrant(struct xlog *log, struct xlog_ticket *ticket);
|
H A D | xfs_log.c | 980 xfs_log_ticket_ungrant(log, tic); in xlog_unmount_write() 3042 xfs_log_ticket_ungrant( in xfs_log_ticket_ungrant() function
|
H A D | xfs_trace.h | 1288 DEFINE_LOGGRANT_EVENT(xfs_log_ticket_ungrant); variable
|
Completed in 32 milliseconds