Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/scrub/
Ddabtree.c232 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify()
235 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify()
243 .verify_struct = xchk_da_btree_verify,
Dcommon.c800 if (bp->b_ops->verify_struct == NULL) { in xchk_buffer_recheck()
804 fa = bp->b_ops->verify_struct(bp); in xchk_buffer_recheck()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dquot_buf.c282 .verify_struct = xfs_dquot_buf_verify_struct,
Dxfs_symlink_remote.c164 .verify_struct = xfs_symlink_verify,
Dxfs_refcount_btree.c271 .verify_struct = xfs_refcountbt_verify,
Dxfs_ialloc_btree.c336 .verify_struct = xfs_inobt_verify,
Dxfs_rmap_btree.c370 .verify_struct = xfs_rmapbt_verify,
Dxfs_alloc_btree.c384 .verify_struct = xfs_allocbt_verify,
Dxfs_attr_remote.c225 .verify_struct = xfs_attr3_rmt_verify_struct,
Dxfs_bmap_btree.c486 .verify_struct = xfs_bmbt_verify,
Dxfs_da_btree.c248 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct()
252 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct()
262 .verify_struct = xfs_da3_node_verify_struct,
Dxfs_dir2_leaf.c265 .verify_struct = xfs_dir3_leaf1_verify,
272 .verify_struct = xfs_dir3_leafn_verify,
Dxfs_dir2_data.c344 .verify_struct = xfs_dir3_data_verify,
Dxfs_dir2_block.c117 .verify_struct = xfs_dir3_block_verify,
Dxfs_alloc.c648 .verify_struct = xfs_agfl_verify,
2676 .verify_struct = xfs_agf_verify,
Dxfs_dir2_node.c156 .verify_struct = xfs_dir3_free_verify,
Dxfs_ialloc.c2593 .verify_struct = xfs_agi_verify,
Dxfs_attr_leaf.c367 .verify_struct = xfs_attr3_leaf_verify,
/Linux-v4.19/fs/xfs/
Dxfs_buf.h130 xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp); member