• Home
  • Raw
  • Download

Lines Matching refs:tp

24 	struct xfs_trans	*tp,  in xfs_trans_buf_item_match()  argument
37 list_for_each_entry(lip, &tp->t_items, li_trans) { in xfs_trans_buf_item_match()
62 struct xfs_trans *tp, in _xfs_trans_bjoin() argument
75 xfs_buf_item_init(bp, tp->t_mountp); in _xfs_trans_bjoin()
92 xfs_trans_add_item(tp, &bip->bli_item); in _xfs_trans_bjoin()
93 bp->b_transp = tp; in _xfs_trans_bjoin()
99 struct xfs_trans *tp, in xfs_trans_bjoin() argument
102 _xfs_trans_bjoin(tp, bp, 0); in xfs_trans_bjoin()
117 struct xfs_trans *tp, in xfs_trans_get_buf_map() argument
129 if (!tp) in xfs_trans_get_buf_map()
138 bp = xfs_trans_buf_item_match(tp, target, map, nmaps); in xfs_trans_get_buf_map()
141 if (XFS_FORCED_SHUTDOWN(tp->t_mountp)) { in xfs_trans_get_buf_map()
146 ASSERT(bp->b_transp == tp); in xfs_trans_get_buf_map()
162 _xfs_trans_bjoin(tp, bp, 1); in xfs_trans_get_buf_map()
173 struct xfs_trans *tp) in xfs_trans_getsb() argument
175 struct xfs_buf *bp = tp->t_mountp->m_sb_bp; in xfs_trans_getsb()
181 if (bp->b_transp == tp) { in xfs_trans_getsb()
192 _xfs_trans_bjoin(tp, bp, 1); in xfs_trans_getsb()
213 struct xfs_trans *tp, in xfs_trans_read_buf_map() argument
234 if (tp) in xfs_trans_read_buf_map()
235 bp = xfs_trans_buf_item_match(tp, target, map, nmaps); in xfs_trans_read_buf_map()
238 ASSERT(bp->b_transp == tp); in xfs_trans_read_buf_map()
269 if (tp->t_flags & XFS_TRANS_DIRTY) in xfs_trans_read_buf_map()
270 xfs_force_shutdown(tp->t_mountp, in xfs_trans_read_buf_map()
295 if (tp && (tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_read_buf_map()
296 xfs_force_shutdown(tp->t_mountp, SHUTDOWN_META_IO_ERROR); in xfs_trans_read_buf_map()
309 if (tp) { in xfs_trans_read_buf_map()
310 _xfs_trans_bjoin(tp, bp, 1); in xfs_trans_read_buf_map()
346 struct xfs_trans *tp, in xfs_trans_brelse() argument
351 ASSERT(bp->b_transp == tp); in xfs_trans_brelse()
353 if (!tp) { in xfs_trans_brelse()
403 xfs_trans_t *tp, in xfs_trans_bhold() argument
408 ASSERT(bp->b_transp == tp); in xfs_trans_bhold()
424 xfs_trans_t *tp, in xfs_trans_bhold_release() argument
429 ASSERT(bp->b_transp == tp); in xfs_trans_bhold_release()
445 struct xfs_trans *tp, in xfs_trans_dirty_buf() argument
450 ASSERT(bp->b_transp == tp); in xfs_trans_dirty_buf()
477 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_dirty_buf()
492 struct xfs_trans *tp, in xfs_trans_log_buf() argument
502 xfs_trans_dirty_buf(tp, bp); in xfs_trans_log_buf()
540 xfs_trans_t *tp, in xfs_trans_binval() argument
546 ASSERT(bp->b_transp == tp); in xfs_trans_binval()
563 ASSERT(tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_binval()
579 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_binval()
595 xfs_trans_t *tp, in xfs_trans_inode_buf() argument
600 ASSERT(bp->b_transp == tp); in xfs_trans_inode_buf()
606 xfs_trans_buf_set_type(tp, bp, XFS_BLFT_DINO_BUF); in xfs_trans_inode_buf()
620 xfs_trans_t *tp, in xfs_trans_stale_inode_buf() argument
625 ASSERT(bp->b_transp == tp); in xfs_trans_stale_inode_buf()
631 xfs_trans_buf_set_type(tp, bp, XFS_BLFT_DINO_BUF); in xfs_trans_stale_inode_buf()
645 xfs_trans_t *tp, in xfs_trans_inode_alloc_buf() argument
650 ASSERT(bp->b_transp == tp); in xfs_trans_inode_alloc_buf()
656 xfs_trans_buf_set_type(tp, bp, XFS_BLFT_DINO_BUF); in xfs_trans_inode_alloc_buf()
668 struct xfs_trans *tp, in xfs_trans_ordered_buf() argument
673 ASSERT(bp->b_transp == tp); in xfs_trans_ordered_buf()
687 xfs_trans_dirty_buf(tp, bp); in xfs_trans_ordered_buf()
697 struct xfs_trans *tp, in xfs_trans_buf_set_type() argument
703 if (!tp) in xfs_trans_buf_set_type()
706 ASSERT(bp->b_transp == tp); in xfs_trans_buf_set_type()
739 xfs_trans_t *tp, in xfs_trans_dquot_buf() argument
767 xfs_trans_buf_set_type(tp, bp, type); in xfs_trans_dquot_buf()