Searched refs:xfs_btree_magic (Results 1 – 2 of 2) sorted by relevance
59 uint32_t xfs_btree_magic(struct xfs_mount *mp, const struct xfs_btree_ops *ops);
38 xfs_btree_magic( in xfs_btree_magic() function137 if (be32_to_cpu(block->bb_magic) != xfs_btree_magic(mp, cur->bc_ops)) in __xfs_btree_check_lblock_hdr()239 if (be32_to_cpu(block->bb_magic) != xfs_btree_magic(mp, cur->bc_ops)) in __xfs_btree_check_agblock()1250 __u32 magic = xfs_btree_magic(mp, ops); in __xfs_btree_init_block()