Home
last modified time | relevance | path

Searched refs:t_ticket (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_trans.c134 ASSERT(tp->t_ticket != NULL); in xfs_trans_dup()
141 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
210 ASSERT(tp->t_ticket == NULL); in xfs_trans_reserve()
214 if (tp->t_ticket != NULL) { in xfs_trans_reserve()
216 error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); in xfs_trans_reserve()
221 &tp->t_ticket, XFS_TRANSACTION, in xfs_trans_reserve()
261 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, log_flags); in xfs_trans_reserve()
262 tp->t_ticket = NULL; in xfs_trans_reserve()
930 ASSERT(tp->t_ticket != NULL); in xfs_trans_commit()
966 if (tp->t_ticket) { in xfs_trans_commit()
[all …]
Dxfs_log_cil.c330 tp->t_ticket->t_curr_res -= ctx->ticket->t_unit_res; in xlog_cil_insert_items()
344 tp->t_ticket->t_curr_res -= hdrs; in xlog_cil_insert_items()
345 ASSERT(tp->t_ticket->t_curr_res >= len); in xlog_cil_insert_items()
347 tp->t_ticket->t_curr_res -= len; in xlog_cil_insert_items()
791 if (tp->t_ticket->t_curr_res < 0) in xfs_log_commit_cil()
792 xlog_print_tic_res(mp, tp->t_ticket); in xfs_log_commit_cil()
798 xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_log_commit_cil()
Dxfs_trans.h100 struct xlog_ticket *t_ticket; /* log mgr ticket */ member
Dxfs_inode.c1014 xfs_log_ticket_put(tp->t_ticket); in xfs_dir_ialloc()
1637 xfs_log_ticket_put(tp->t_ticket); in xfs_itruncate_extents()
Dxfs_bmap_util.c112 xfs_log_ticket_put(ntp->t_ticket); in xfs_bmap_finish()