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

/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.h59 uint32_t xfs_btree_magic(struct xfs_mount *mp, const struct xfs_btree_ops *ops);
H A Dxfs_btree.c38 xfs_btree_magic( function
137 if (be32_to_cpu(block->bb_magic) != xfs_btree_magic(mp, cur->bc_ops))
239 if (be32_to_cpu(block->bb_magic) != xfs_btree_magic(mp, cur->bc_ops))
1250 __u32 magic = xfs_btree_magic(mp, ops);

Completed in 255 milliseconds