Home
last modified time | relevance | path

Searched refs:xfs_btree_magic (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_btree.h59 uint32_t xfs_btree_magic(struct xfs_mount *mp, const struct xfs_btree_ops *ops);
Dxfs_btree.c38 xfs_btree_magic( in xfs_btree_magic() function
137 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()