Searched refs:verify_struct (Results 1 - 21 of 21) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_buf_mem.c242 fa = bp->b_ops->verify_struct(bp);
H A Dxfs_buf.h156 xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp); member in struct:xfs_buf_ops
/linux-master/fs/xfs/scrub/
H A Ddabtree.c201 return bp->b_ops->verify_struct(bp);
204 return bp->b_ops->verify_struct(bp);
212 .verify_struct = xchk_da_btree_verify,
H A Drcbag_btree.c181 .verify_struct = rcbagbt_verify,
H A Dcommon.c1189 if (bp->b_ops->verify_struct == NULL) {
1193 fa = bp->b_ops->verify_struct(bp);
/linux-master/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c288 .verify_struct = xfs_dquot_buf_verify_struct,
H A Dxfs_ialloc_btree.c365 .verify_struct = xfs_inobt_verify,
374 .verify_struct = xfs_inobt_verify,
H A Dxfs_alloc_btree.c408 .verify_struct = xfs_allocbt_verify,
417 .verify_struct = xfs_allocbt_verify,
H A Dxfs_rmap_btree.c405 .verify_struct = xfs_rmapbt_verify,
603 .verify_struct = xfs_rmapbt_mem_verify,
H A Dxfs_symlink_remote.c164 .verify_struct = xfs_symlink_verify,
H A Dxfs_refcount_btree.c284 .verify_struct = xfs_refcountbt_verify,
H A Dxfs_bmap_btree.c481 .verify_struct = xfs_bmbt_verify,
H A Dxfs_attr_remote.c236 .verify_struct = xfs_attr3_rmt_verify_struct,
H A Dxfs_da_btree.c335 return bp->b_ops->verify_struct(bp);
339 return bp->b_ops->verify_struct(bp);
351 .verify_struct = xfs_da3_node_verify_struct,
H A Dxfs_dir2_leaf.c258 .verify_struct = xfs_dir3_leaf_verify,
267 .verify_struct = xfs_dir3_leaf_verify,
H A Dxfs_dir2_block.c115 .verify_struct = xfs_dir3_block_verify,
H A Dxfs_dir2_data.c387 .verify_struct = xfs_dir3_data_verify,
H A Dxfs_alloc.c769 .verify_struct = xfs_agfl_verify,
3311 .verify_struct = xfs_agf_verify,
H A Dxfs_ialloc.c2668 .verify_struct = xfs_agi_verify,
H A Dxfs_dir2_node.c172 .verify_struct = xfs_dir3_free_verify,
H A Dxfs_attr_leaf.c444 .verify_struct = xfs_attr3_leaf_verify,

Completed in 214 milliseconds