bh_le 44 drivers/md/persistent-data/dm-array.c struct array_block *bh_le = dm_block_data(b); bh_le 46 drivers/md/persistent-data/dm-array.c bh_le->blocknr = cpu_to_le64(dm_block_location(b)); bh_le 47 drivers/md/persistent-data/dm-array.c bh_le->csum = cpu_to_le32(dm_bm_checksum(&bh_le->max_entries, bh_le 56 drivers/md/persistent-data/dm-array.c struct array_block *bh_le = dm_block_data(b); bh_le 59 drivers/md/persistent-data/dm-array.c if (dm_block_location(b) != le64_to_cpu(bh_le->blocknr)) { bh_le 61 drivers/md/persistent-data/dm-array.c (unsigned long long) le64_to_cpu(bh_le->blocknr), bh_le 66 drivers/md/persistent-data/dm-array.c csum_disk = cpu_to_le32(dm_bm_checksum(&bh_le->max_entries, bh_le 69 drivers/md/persistent-data/dm-array.c if (csum_disk != bh_le->csum) { bh_le 72 drivers/md/persistent-data/dm-array.c (unsigned) le32_to_cpu(bh_le->csum));