Lines Matching refs:bp2
728 xfs_dabuf_t *bp1, *bp2; in xfs_dir_leaf_to_node() local
742 retval = xfs_da_get_buf(args->trans, args->dp, 1, -1, &bp2, in xfs_dir_leaf_to_node()
748 ASSERT(bp2 != NULL); in xfs_dir_leaf_to_node()
749 memcpy(bp2->data, bp1->data, XFS_LBSIZE(dp->i_mount)); in xfs_dir_leaf_to_node()
751 xfs_da_log_buf(args->trans, bp2, 0, XFS_LBSIZE(dp->i_mount) - 1); in xfs_dir_leaf_to_node()
758 xfs_da_buf_done(bp2); in xfs_dir_leaf_to_node()
762 leaf = bp2->data; in xfs_dir_leaf_to_node()
765 xfs_da_buf_done(bp2); in xfs_dir_leaf_to_node()
2070 xfs_dabuf_t *bp2; in xfs_dir_leaf_getdents_int() local
2076 nextda, &bp2, XFS_DATA_FORK); in xfs_dir_leaf_getdents_int()
2080 ASSERT(bp2 != NULL); in xfs_dir_leaf_getdents_int()
2082 leaf2 = bp2->data; in xfs_dir_leaf_getdents_int()
2092 xfs_da_brelse(dp->i_transp, bp2); in xfs_dir_leaf_getdents_int()
2101 xfs_da_brelse(dp->i_transp, bp2); in xfs_dir_leaf_getdents_int()