• Home
  • Raw
  • Download

Lines Matching refs:tp

45 	struct xfs_trans	*tp,  in xfs_trans_buf_item_match()  argument
54 list_for_each_entry(lidp, &tp->t_items, lid_trans) { in xfs_trans_buf_item_match()
77 struct xfs_trans *tp, in _xfs_trans_bjoin() argument
90 xfs_buf_item_init(bp, tp->t_mountp); in _xfs_trans_bjoin()
106 xfs_trans_add_item(tp, &bip->bli_item); in _xfs_trans_bjoin()
112 bp->b_transp = tp; in _xfs_trans_bjoin()
118 struct xfs_trans *tp, in xfs_trans_bjoin() argument
121 _xfs_trans_bjoin(tp, bp, 0); in xfs_trans_bjoin()
135 xfs_trans_get_buf(xfs_trans_t *tp, in xfs_trans_get_buf() argument
150 if (tp == NULL) in xfs_trans_get_buf()
160 bp = xfs_trans_buf_item_match(tp, target_dev, blkno, len); in xfs_trans_get_buf()
163 if (XFS_FORCED_SHUTDOWN(tp->t_mountp)) { in xfs_trans_get_buf()
176 ASSERT(bp->b_transp == tp); in xfs_trans_get_buf()
200 _xfs_trans_bjoin(tp, bp, 1); in xfs_trans_get_buf()
214 xfs_trans_getsb(xfs_trans_t *tp, in xfs_trans_getsb() argument
225 if (tp == NULL) { in xfs_trans_getsb()
236 if (bp->b_transp == tp) { in xfs_trans_getsb()
249 _xfs_trans_bjoin(tp, bp, 1); in xfs_trans_getsb()
274 xfs_trans_t *tp, in xfs_trans_read_buf() argument
291 if (tp == NULL) { in xfs_trans_read_buf()
328 bp = xfs_trans_buf_item_match(tp, target, blkno, len); in xfs_trans_read_buf()
331 ASSERT(bp->b_transp == tp); in xfs_trans_read_buf()
338 xfsbdstrat(tp->t_mountp, bp); in xfs_trans_read_buf()
348 if (tp->t_flags & XFS_TRANS_DIRTY) in xfs_trans_read_buf()
349 xfs_force_shutdown(tp->t_mountp, in xfs_trans_read_buf()
393 if (tp->t_flags & XFS_TRANS_DIRTY) in xfs_trans_read_buf()
394 xfs_force_shutdown(tp->t_mountp, SHUTDOWN_META_IO_ERROR); in xfs_trans_read_buf()
399 if (xfs_do_error && !(tp->t_flags & XFS_TRANS_DIRTY)) { in xfs_trans_read_buf()
402 xfs_force_shutdown(tp->t_mountp, in xfs_trans_read_buf()
414 _xfs_trans_bjoin(tp, bp, 1); in xfs_trans_read_buf()
457 xfs_trans_brelse(xfs_trans_t *tp, in xfs_trans_brelse() argument
465 if (tp == NULL) { in xfs_trans_brelse()
471 ASSERT(bp->b_transp == tp); in xfs_trans_brelse()
554 xfs_trans_bhold(xfs_trans_t *tp, in xfs_trans_bhold() argument
559 ASSERT(bp->b_transp == tp); in xfs_trans_bhold()
574 xfs_trans_bhold_release(xfs_trans_t *tp, in xfs_trans_bhold_release() argument
579 ASSERT(bp->b_transp == tp); in xfs_trans_bhold_release()
600 xfs_trans_log_buf(xfs_trans_t *tp, in xfs_trans_log_buf() argument
607 ASSERT(bp->b_transp == tp); in xfs_trans_log_buf()
646 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_buf()
673 xfs_trans_t *tp, in xfs_trans_binval() argument
678 ASSERT(bp->b_transp == tp); in xfs_trans_binval()
695 ASSERT(tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_binval()
727 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_binval()
743 xfs_trans_t *tp, in xfs_trans_inode_buf() argument
748 ASSERT(bp->b_transp == tp); in xfs_trans_inode_buf()
766 xfs_trans_t *tp, in xfs_trans_stale_inode_buf() argument
771 ASSERT(bp->b_transp == tp); in xfs_trans_stale_inode_buf()
790 xfs_trans_t *tp, in xfs_trans_inode_alloc_buf() argument
795 ASSERT(bp->b_transp == tp); in xfs_trans_inode_alloc_buf()
816 xfs_trans_t *tp, in xfs_trans_dquot_buf() argument
822 ASSERT(bp->b_transp == tp); in xfs_trans_dquot_buf()