Searched refs:verify_struct (Results 1 – 24 of 24) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | dabtree.c | 217 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,
|
D | rcbag_btree.c | 181 .verify_struct = rcbagbt_verify,
|
D | symlink_repair.c | 143 fa = bp->b_ops->verify_struct(bp); in xrep_symlink_salvage_remote()
|
D | common.c | 1186 if (bp->b_ops->verify_struct == NULL) { in xchk_buffer_recheck() 1190 fa = bp->b_ops->verify_struct(bp); in xchk_buffer_recheck()
|
D | repair.c | 1203 fa = bp->b_ops->verify_struct(bp); in xrep_buf_verify_struct()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_buf_mem.c | 242 fa = bp->b_ops->verify_struct(bp); in xmbuf_finalize()
|
D | xfs_buf_item.c | 796 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()
|
D | xfs_buf.h | 156 xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp); member
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_alloc_btree.c | 347 .verify_struct = xfs_allocbt_verify, 356 .verify_struct = xfs_allocbt_verify,
|
D | xfs_dquot_buf.c | 288 .verify_struct = xfs_dquot_buf_verify_struct,
|
D | xfs_ialloc_btree.c | 365 .verify_struct = xfs_inobt_verify, 374 .verify_struct = xfs_inobt_verify,
|
D | xfs_rmap_btree.c | 410 .verify_struct = xfs_rmapbt_verify, 608 .verify_struct = xfs_rmapbt_mem_verify,
|
D | xfs_symlink_remote.c | 164 .verify_struct = xfs_symlink_verify,
|
D | xfs_refcount_btree.c | 284 .verify_struct = xfs_refcountbt_verify,
|
D | xfs_attr_remote.c | 248 .verify_struct = xfs_attr3_rmt_verify_struct,
|
D | xfs_bmap_btree.c | 481 .verify_struct = xfs_bmbt_verify,
|
D | xfs_dir2_leaf.c | 281 .verify_struct = xfs_dir3_leaf_verify, 290 .verify_struct = xfs_dir3_leaf_verify,
|
D | xfs_da_btree.c | 380 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,
|
D | xfs_dir2_data.c | 408 .verify_struct = xfs_dir3_data_verify,
|
D | xfs_dir2_block.c | 115 .verify_struct = xfs_dir3_block_verify,
|
D | xfs_alloc.c | 870 .verify_struct = xfs_agfl_verify, 3349 .verify_struct = xfs_agf_verify,
|
D | xfs_dir2_node.c | 172 .verify_struct = xfs_dir3_free_verify,
|
D | xfs_ialloc.c | 2723 .verify_struct = xfs_agi_verify,
|
D | xfs_attr_leaf.c | 465 .verify_struct = xfs_attr3_leaf_verify,
|