Searched refs:bp2 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_attr_leaf.c | 718 xfs_dabuf_t *bp1, *bp2; in xfs_attr_leaf_to_node() local 723 bp1 = bp2 = NULL; in xfs_attr_leaf_to_node() 732 bp2 = NULL; in xfs_attr_leaf_to_node() 733 error = xfs_da_get_buf(args->trans, args->dp, blkno, -1, &bp2, in xfs_attr_leaf_to_node() 737 ASSERT(bp2 != NULL); in xfs_attr_leaf_to_node() 738 memcpy(bp2->data, bp1->data, XFS_LBSIZE(dp->i_mount)); in xfs_attr_leaf_to_node() 741 xfs_da_log_buf(args->trans, bp2, 0, XFS_LBSIZE(dp->i_mount) - 1); in xfs_attr_leaf_to_node() 750 leaf = bp2->data; in xfs_attr_leaf_to_node() 763 if (bp2) in xfs_attr_leaf_to_node() 764 xfs_da_buf_done(bp2); in xfs_attr_leaf_to_node() [all …]
|
D | xfs_dir_leaf.c | 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() [all …]
|