Home
last modified time | relevance | path

Searched refs:bb_magic (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/powerpc/boot/
Dmktree.c29 uint32_t bb_magic; /* 0x0052504F */ member
61 bt.bb_magic = htonl(0x0052504F); in main()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap_btree.c351 ASSERT(rblock->bb_magic == cpu_to_be32(XFS_BMAP_CRC_MAGIC)); in xfs_bmbt_to_bmdr()
357 ASSERT(rblock->bb_magic == cpu_to_be32(XFS_BMAP_MAGIC)); in xfs_bmbt_to_bmdr()
647 switch (block->bb_magic) { in xfs_bmbt_verify()
Dxfs_ialloc_btree.c237 switch (block->bb_magic) { in xfs_inobt_verify()
Dxfs_alloc_btree.c294 switch (block->bb_magic) { in xfs_allocbt_verify()
Dxfs_btree.c76 be32_to_cpu(block->bb_magic) == xfs_btree_magic(cur) && in xfs_btree_check_lblock()
127 be32_to_cpu(block->bb_magic) == xfs_btree_magic(cur) && in xfs_btree_check_sblock()
1008 buf->bb_magic = cpu_to_be32(magic); in xfs_btree_init_block_int()
1381 offsetof(struct xfs_btree_block, bb_magic), in xfs_btree_log_block()
1394 offsetof(struct xfs_btree_block, bb_magic), in xfs_btree_log_block()
Dxfs_format.h1432 __be32 bb_magic; /* magic number for block type */ member