Searched refs:xfs_verify_magic (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_symlink_remote.c | 94 if (!xfs_verify_magic(bp, dsl->sl_magic)) in xfs_symlink_verify()
|
D | xfs_refcount_btree.c | 209 if (!xfs_verify_magic(bp, block->bb_magic)) in xfs_refcountbt_verify()
|
D | xfs_alloc_btree.c | 298 if (!xfs_verify_magic(bp, block->bb_magic)) in xfs_allocbt_verify()
|
D | xfs_attr_remote.c | 99 if (!xfs_verify_magic(bp, rmt->rm_magic)) in xfs_attr3_rmt_verify()
|
D | xfs_bmap_btree.c | 428 if (!xfs_verify_magic(bp, block->bb_magic)) in xfs_bmbt_verify()
|
D | xfs_rmap_btree.c | 309 if (!xfs_verify_magic(bp, block->bb_magic)) in xfs_rmapbt_verify()
|
D | xfs_ialloc_btree.c | 282 if (!xfs_verify_magic(bp, block->bb_magic)) in xfs_inobt_verify()
|
D | xfs_dir2_data.c | 297 if (!xfs_verify_magic(bp, hdr3->magic)) in xfs_dir3_data_verify()
|
D | xfs_dir2_block.c | 53 if (!xfs_verify_magic(bp, hdr3->magic)) in xfs_dir3_block_verify()
|
D | xfs_sb.c | 227 if (!xfs_verify_magic(bp, dsb->sb_magicnum)) { in xfs_validate_sb_common()
|
D | xfs_alloc.c | 604 if (!xfs_verify_magic(bp, agfl->agfl_magicnum)) in xfs_agfl_verify() 2840 if (!xfs_verify_magic(bp, agf->agf_magicnum)) in xfs_agf_verify()
|
D | xfs_dir2_node.c | 105 if (!xfs_verify_magic(bp, hdr->magic)) in xfs_dir3_free_verify()
|
D | xfs_ialloc.c | 2526 if (!xfs_verify_magic(bp, agi->agi_magicnum)) in xfs_agi_verify()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_buf.h | 363 bool xfs_verify_magic(struct xfs_buf *bp, __be32 dmagic);
|
D | xfs_buf.c | 2357 xfs_verify_magic( in xfs_verify_magic() function
|