Home
last modified time | relevance | path

Searched refs:verify_struct (Results 1 – 24 of 24) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Ddabtree.c217 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify()
220 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify()
228 .verify_struct = xchk_da_btree_verify,
Drcbag_btree.c181 .verify_struct = rcbagbt_verify,
Dsymlink_repair.c143 fa = bp->b_ops->verify_struct(bp); in xrep_symlink_salvage_remote()
Dcommon.c1186 if (bp->b_ops->verify_struct == NULL) { in xchk_buffer_recheck()
1190 fa = bp->b_ops->verify_struct(bp); in xchk_buffer_recheck()
Drepair.c1203 fa = bp->b_ops->verify_struct(bp); in xrep_buf_verify_struct()
/linux-6.12.1/fs/xfs/
Dxfs_buf_mem.c242 fa = bp->b_ops->verify_struct(bp); in xmbuf_finalize()
Dxfs_buf_item.c796 if (!bp->b_ops || !bp->b_ops->verify_struct) in xfs_buf_item_precommit()
801 fa = bp->b_ops->verify_struct(bp); in xfs_buf_item_precommit()
Dxfs_buf.h156 xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp); member
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_alloc_btree.c347 .verify_struct = xfs_allocbt_verify,
356 .verify_struct = xfs_allocbt_verify,
Dxfs_dquot_buf.c288 .verify_struct = xfs_dquot_buf_verify_struct,
Dxfs_ialloc_btree.c365 .verify_struct = xfs_inobt_verify,
374 .verify_struct = xfs_inobt_verify,
Dxfs_rmap_btree.c410 .verify_struct = xfs_rmapbt_verify,
608 .verify_struct = xfs_rmapbt_mem_verify,
Dxfs_symlink_remote.c164 .verify_struct = xfs_symlink_verify,
Dxfs_refcount_btree.c284 .verify_struct = xfs_refcountbt_verify,
Dxfs_attr_remote.c248 .verify_struct = xfs_attr3_rmt_verify_struct,
Dxfs_bmap_btree.c481 .verify_struct = xfs_bmbt_verify,
Dxfs_dir2_leaf.c281 .verify_struct = xfs_dir3_leaf_verify,
290 .verify_struct = xfs_dir3_leaf_verify,
Dxfs_da_btree.c380 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct()
384 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct()
396 .verify_struct = xfs_da3_node_verify_struct,
Dxfs_dir2_data.c408 .verify_struct = xfs_dir3_data_verify,
Dxfs_dir2_block.c115 .verify_struct = xfs_dir3_block_verify,
Dxfs_alloc.c870 .verify_struct = xfs_agfl_verify,
3349 .verify_struct = xfs_agf_verify,
Dxfs_dir2_node.c172 .verify_struct = xfs_dir3_free_verify,
Dxfs_ialloc.c2723 .verify_struct = xfs_agi_verify,
Dxfs_attr_leaf.c465 .verify_struct = xfs_attr3_leaf_verify,