Lines Matching refs:trans

516 	xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_ADATA);  in xfs_attr_shortform_create()
568 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_ADATA); in xfs_attr_shortform_add()
570 xfs_sbversion_add_attr2(mp, args->trans); in xfs_attr_shortform_add()
644 xfs_attr_fork_remove(dp, args->trans); in xfs_attr_shortform_remove()
653 xfs_trans_log_inode(args->trans, dp, in xfs_attr_shortform_remove()
657 xfs_sbversion_add_attr2(mp, args->trans); in xfs_attr_shortform_remove()
794 nargs.trans = args->trans; in xfs_attr_shortform_to_leaf()
908 xfs_attr_fork_remove(dp, args->trans); in xfs_attr3_leaf_to_shortform()
924 nargs.trans = args->trans; in xfs_attr3_leaf_to_shortform()
974 error = xfs_attr3_leaf_read(args->trans, dp, 0, -1, &bp1); in xfs_attr3_leaf_to_node()
978 error = xfs_da_get_buf(args->trans, dp, blkno, -1, &bp2, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
983 xfs_trans_buf_set_type(args->trans, bp2, XFS_BLFT_ATTR_LEAF_BUF); in xfs_attr3_leaf_to_node()
990 xfs_trans_log_buf(args->trans, bp2, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node()
1011 xfs_trans_log_buf(args->trans, bp1, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node()
1040 error = xfs_da_get_buf(args->trans, args->dp, blkno, -1, &bp, in xfs_attr3_leaf_create()
1045 xfs_trans_buf_set_type(args->trans, bp, XFS_BLFT_ATTR_LEAF_BUF); in xfs_attr3_leaf_create()
1069 xfs_trans_log_buf(args->trans, bp, 0, args->geo->blksize - 1); in xfs_attr3_leaf_create()
1207 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add()
1245 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add_work()
1253 mp = args->trans->t_mountp; in xfs_attr3_leaf_add_work()
1275 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add_work()
1308 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add_work()
1345 struct xfs_trans *trans = args->trans; in xfs_attr3_leaf_compact() local
1386 xfs_trans_log_buf(trans, bp, 0, args->geo->blksize - 1); in xfs_attr3_leaf_compact()
1573 xfs_trans_log_buf(args->trans, blk1->bp, 0, args->geo->blksize - 1); in xfs_attr3_leaf_rebalance()
1574 xfs_trans_log_buf(args->trans, blk2->bp, 0, args->geo->blksize - 1); in xfs_attr3_leaf_rebalance()
1816 error = xfs_attr3_leaf_read(state->args->trans, state->args->dp, in xfs_attr3_leaf_toosmall()
1830 xfs_trans_brelse(state->args->trans, bp); in xfs_attr3_leaf_toosmall()
1969 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_remove()
1976 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_remove()
2004 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_remove()
2120 xfs_trans_log_buf(state->args->trans, save_blk->bp, 0, in xfs_attr3_leaf_unbalance()
2558 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, -1, &bp); in xfs_attr3_leaf_clearflag()
2586 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_clearflag()
2594 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_clearflag()
2601 return xfs_trans_roll(&args->trans, args->dp); in xfs_attr3_leaf_clearflag()
2625 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, -1, &bp); in xfs_attr3_leaf_setflag()
2639 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_setflag()
2645 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_setflag()
2652 return xfs_trans_roll(&args->trans, args->dp); in xfs_attr3_leaf_setflag()
2687 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, -1, &bp1); in xfs_attr3_leaf_flipflags()
2695 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno2, in xfs_attr3_leaf_flipflags()
2745 xfs_trans_log_buf(args->trans, bp1, in xfs_attr3_leaf_flipflags()
2752 xfs_trans_log_buf(args->trans, bp1, in xfs_attr3_leaf_flipflags()
2757 xfs_trans_log_buf(args->trans, bp2, in xfs_attr3_leaf_flipflags()
2763 xfs_trans_log_buf(args->trans, bp2, in xfs_attr3_leaf_flipflags()
2770 error = xfs_trans_roll(&args->trans, args->dp); in xfs_attr3_leaf_flipflags()