Home | History | Annotate | Download | only in xfs

Lines Matching refs:magic

147     if (be32_to_cpu(hdr->magic) != XFS_DIR2_BLOCK_MAGIC) {
148 xfs_error("Block directory header's magic number does not match!");
149 xfs_debug("hdr->magic: 0x%lx", be32_to_cpu(hdr->magic));
224 if (be16_to_cpu(leaf->hdr.info.magic) != XFS_DIR2_LEAF1_MAGIC) {
225 xfs_error("Single leaf block header's magic number does not match!");
249 if (be32_to_cpu(data_hdr->magic) != XFS_DIR2_DATA_MAGIC) {
250 xfs_error("Leaf directory's data magic number does not match!");
307 if (be16_to_cpu(node->hdr.info.magic) != XFS_DA_NODE_MAGIC) {
308 xfs_error("Node's magic number does not match!");
325 if (be16_to_cpu(leaf->hdr.info.magic) != XFS_DIR2_LEAFN_MAGIC) {
326 xfs_error("Leaf's magic number does not match!");
362 if (be32_to_cpu(data_hdr->magic) != XFS_DIR2_DATA_MAGIC) {
363 xfs_error("Leaf directory's data magic No. does not match!");