Lines Matching refs:trans
520 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_ADATA); in xfs_attr_shortform_create()
572 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_ADATA); in xfs_attr_shortform_add()
574 xfs_sbversion_add_attr2(mp, args->trans); in xfs_attr_shortform_add()
648 xfs_attr_fork_remove(dp, args->trans); in xfs_attr_shortform_remove()
657 xfs_trans_log_inode(args->trans, dp, in xfs_attr_shortform_remove()
661 xfs_sbversion_add_attr2(mp, args->trans); in xfs_attr_shortform_remove()
798 nargs.trans = args->trans; in xfs_attr_shortform_to_leaf()
912 xfs_attr_fork_remove(dp, args->trans); in xfs_attr3_leaf_to_shortform()
928 nargs.trans = args->trans; in xfs_attr3_leaf_to_shortform()
978 error = xfs_attr3_leaf_read(args->trans, dp, 0, -1, &bp1); in xfs_attr3_leaf_to_node()
982 error = xfs_da_get_buf(args->trans, dp, blkno, -1, &bp2, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
987 xfs_trans_buf_set_type(args->trans, bp2, XFS_BLFT_ATTR_LEAF_BUF); in xfs_attr3_leaf_to_node()
994 xfs_trans_log_buf(args->trans, bp2, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node()
1015 xfs_trans_log_buf(args->trans, bp1, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node()
1044 error = xfs_da_get_buf(args->trans, args->dp, blkno, -1, &bp, in xfs_attr3_leaf_create()
1049 xfs_trans_buf_set_type(args->trans, bp, XFS_BLFT_ATTR_LEAF_BUF); in xfs_attr3_leaf_create()
1073 xfs_trans_log_buf(args->trans, bp, 0, args->geo->blksize - 1); in xfs_attr3_leaf_create()
1211 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add()
1249 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add_work()
1257 mp = args->trans->t_mountp; in xfs_attr3_leaf_add_work()
1279 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add_work()
1312 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add_work()
1349 struct xfs_trans *trans = args->trans; in xfs_attr3_leaf_compact() local
1390 xfs_trans_log_buf(trans, bp, 0, args->geo->blksize - 1); in xfs_attr3_leaf_compact()
1577 xfs_trans_log_buf(args->trans, blk1->bp, 0, args->geo->blksize - 1); in xfs_attr3_leaf_rebalance()
1578 xfs_trans_log_buf(args->trans, blk2->bp, 0, args->geo->blksize - 1); in xfs_attr3_leaf_rebalance()
1820 error = xfs_attr3_leaf_read(state->args->trans, state->args->dp, in xfs_attr3_leaf_toosmall()
1834 xfs_trans_brelse(state->args->trans, bp); in xfs_attr3_leaf_toosmall()
1973 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_remove()
1980 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_remove()
2008 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_remove()
2124 xfs_trans_log_buf(state->args->trans, save_blk->bp, 0, in xfs_attr3_leaf_unbalance()
2562 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, -1, &bp); in xfs_attr3_leaf_clearflag()
2590 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_clearflag()
2598 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_clearflag()
2605 return xfs_trans_roll(&args->trans, args->dp); in xfs_attr3_leaf_clearflag()
2629 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, -1, &bp); in xfs_attr3_leaf_setflag()
2643 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_setflag()
2649 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_setflag()
2656 return xfs_trans_roll(&args->trans, args->dp); in xfs_attr3_leaf_setflag()
2691 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, -1, &bp1); in xfs_attr3_leaf_flipflags()
2699 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno2, in xfs_attr3_leaf_flipflags()
2749 xfs_trans_log_buf(args->trans, bp1, in xfs_attr3_leaf_flipflags()
2756 xfs_trans_log_buf(args->trans, bp1, in xfs_attr3_leaf_flipflags()
2761 xfs_trans_log_buf(args->trans, bp2, in xfs_attr3_leaf_flipflags()
2767 xfs_trans_log_buf(args->trans, bp2, in xfs_attr3_leaf_flipflags()
2774 error = xfs_trans_roll(&args->trans, args->dp); in xfs_attr3_leaf_flipflags()