leaf3 49 fs/xfs/libxfs/xfs_dir2_leaf.c struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr; leaf3 50 fs/xfs/libxfs/xfs_dir2_leaf.c if (be64_to_cpu(leaf3->info.blkno) != bp->b_bn) leaf3 264 fs/xfs/libxfs/xfs_dir2_leaf.c struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr; leaf3 266 fs/xfs/libxfs/xfs_dir2_leaf.c memset(leaf3, 0, sizeof(*leaf3)); leaf3 268 fs/xfs/libxfs/xfs_dir2_leaf.c leaf3->info.hdr.magic = (type == XFS_DIR2_LEAF1_MAGIC) leaf3 271 fs/xfs/libxfs/xfs_dir2_leaf.c leaf3->info.blkno = cpu_to_be64(bp->b_bn); leaf3 272 fs/xfs/libxfs/xfs_dir2_leaf.c leaf3->info.owner = cpu_to_be64(owner); leaf3 273 fs/xfs/libxfs/xfs_dir2_leaf.c uuid_copy(&leaf3->info.uuid, &mp->m_sb.sb_meta_uuid); leaf3 51 fs/xfs/libxfs/xfs_dir2_node.c struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr; leaf3 52 fs/xfs/libxfs/xfs_dir2_node.c if (be64_to_cpu(leaf3->info.blkno) != bp->b_bn)