Searched refs:verify_struct (Results  1 – 19 of 19) sorted by relevance
| /Linux-v5.15/fs/xfs/scrub/ | 
| D | dabtree.c | 200 		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,
 
 | 
| D | common.c | 779 	if (bp->b_ops->verify_struct == NULL) {  in xchk_buffer_recheck()783 	fa = bp->b_ops->verify_struct(bp);  in xchk_buffer_recheck()
 
 | 
| /Linux-v5.15/fs/xfs/libxfs/ | 
| D | xfs_symlink_remote.c | 161 	.verify_struct = xfs_symlink_verify,
 | 
| D | xfs_alloc_btree.c | 365 	.verify_struct = xfs_allocbt_verify,374 	.verify_struct = xfs_allocbt_verify,
 
 | 
| D | xfs_dquot_buf.c | 288 	.verify_struct = xfs_dquot_buf_verify_struct,
 | 
| D | xfs_ialloc_btree.c | 349 	.verify_struct = xfs_inobt_verify,358 	.verify_struct = xfs_inobt_verify,
 
 | 
| D | xfs_refcount_btree.c | 267 	.verify_struct		= xfs_refcountbt_verify,
 | 
| D | xfs_attr_remote.c | 235 	.verify_struct = xfs_attr3_rmt_verify_struct,
 | 
| D | xfs_bmap_btree.c | 494 	.verify_struct = xfs_bmbt_verify,
 | 
| D | xfs_rmap_btree.c | 362 	.verify_struct		= xfs_rmapbt_verify,
 | 
| D | xfs_dir2_leaf.c | 252 	.verify_struct = xfs_dir3_leaf_verify,261 	.verify_struct = xfs_dir3_leaf_verify,
 
 | 
| D | xfs_da_btree.c | 321 		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,
 
 | 
| D | xfs_dir2_data.c | 386 	.verify_struct = xfs_dir3_data_verify,
 | 
| D | xfs_dir2_block.c | 114 	.verify_struct = xfs_dir3_block_verify,
 | 
| D | xfs_alloc.c | 682 	.verify_struct = xfs_agfl_verify,2992 	.verify_struct = xfs_agf_verify,
 
 | 
| D | xfs_dir2_node.c | 171 	.verify_struct = xfs_dir3_free_verify,
 | 
| D | xfs_ialloc.c | 2566 	.verify_struct = xfs_agi_verify,
 | 
| D | xfs_attr_leaf.c | 425 	.verify_struct = xfs_attr3_leaf_verify,
 | 
| /Linux-v5.15/fs/xfs/ | 
| D | xfs_buf.h | 124 	xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp);  member
 |