BP_IDENTITY
#define BP_IDENTITY(bp) (&(bp)->blk_dva[0])
#define BP_IDENTITY(bp) (ASSERT(!BP_IS_EMBEDDED(bp)), &(bp)->blk_dva[0])