Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Ddabtree.c200 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify()
203 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify()
211 .verify_struct = xchk_da_btree_verify,
Dcommon.c779 if (bp->b_ops->verify_struct == NULL) { in xchk_buffer_recheck()
783 fa = bp->b_ops->verify_struct(bp); in xchk_buffer_recheck()
/fs/xfs/libxfs/
Dxfs_alloc_btree.c365 .verify_struct = xfs_allocbt_verify,
374 .verify_struct = xfs_allocbt_verify,
Dxfs_symlink_remote.c161 .verify_struct = xfs_symlink_verify,
Dxfs_dquot_buf.c288 .verify_struct = xfs_dquot_buf_verify_struct,
Dxfs_ialloc_btree.c349 .verify_struct = xfs_inobt_verify,
358 .verify_struct = xfs_inobt_verify,
Dxfs_refcount_btree.c267 .verify_struct = xfs_refcountbt_verify,
Dxfs_attr_remote.c235 .verify_struct = xfs_attr3_rmt_verify_struct,
Dxfs_rmap_btree.c362 .verify_struct = xfs_rmapbt_verify,
Dxfs_bmap_btree.c494 .verify_struct = xfs_bmbt_verify,
Dxfs_dir2_leaf.c257 .verify_struct = xfs_dir3_leaf_verify,
266 .verify_struct = xfs_dir3_leaf_verify,
Dxfs_da_btree.c321 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct()
325 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct()
337 .verify_struct = xfs_da3_node_verify_struct,
Dxfs_dir2_data.c386 .verify_struct = xfs_dir3_data_verify,
Dxfs_dir2_block.c114 .verify_struct = xfs_dir3_block_verify,
Dxfs_alloc.c682 .verify_struct = xfs_agfl_verify,
2992 .verify_struct = xfs_agf_verify,
Dxfs_dir2_node.c171 .verify_struct = xfs_dir3_free_verify,
Dxfs_ialloc.c2566 .verify_struct = xfs_agi_verify,
Dxfs_attr_leaf.c425 .verify_struct = xfs_attr3_leaf_verify,
/fs/xfs/
Dxfs_buf.h124 xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp); member