Searched refs:xfs_verify_magic (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/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 | 220 if (!xfs_verify_magic(bp, block->bb_magic)) in xfs_refcountbt_verify()
|
D | xfs_attr_remote.c | 99 if (!xfs_verify_magic(bp, rmt->rm_magic)) in xfs_attr3_rmt_verify()
|
D | xfs_alloc_btree.c | 297 if (!xfs_verify_magic(bp, block->bb_magic)) in xfs_allocbt_verify()
|
D | xfs_rmap_btree.c | 306 if (!xfs_verify_magic(bp, block->bb_magic)) in xfs_rmapbt_verify()
|
D | xfs_bmap_btree.c | 430 if (!xfs_verify_magic(bp, block->bb_magic)) in xfs_bmbt_verify()
|
D | xfs_ialloc_btree.c | 284 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 | 314 if (!xfs_verify_magic(bp, dsb->sb_magicnum)) { in xfs_validate_sb_common()
|
D | xfs_alloc.c | 619 if (!xfs_verify_magic(bp, agfl->agfl_magicnum)) in xfs_agfl_verify() 2937 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 | 2488 if (!xfs_verify_magic(bp, agi->agi_magicnum)) in xfs_agi_verify()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_buf.h | 364 bool xfs_verify_magic(struct xfs_buf *bp, __be32 dmagic);
|
D | xfs_buf.c | 2337 xfs_verify_magic( in xfs_verify_magic() function
|