Searched refs:verify_struct (Results 1 – 20 of 20) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | dabtree.c | 201 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify() 204 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify() 212 .verify_struct = xchk_da_btree_verify,
|
H A D | common.c | 1112 if (bp->b_ops->verify_struct == NULL) { in xchk_buffer_recheck() 1116 fa = bp->b_ops->verify_struct(bp); in xchk_buffer_recheck()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_symlink_remote.c | 163 .verify_struct = xfs_symlink_verify,
|
H A D | xfs_dquot_buf.c | 288 .verify_struct = xfs_dquot_buf_verify_struct,
|
H A D | xfs_alloc_btree.c | 374 .verify_struct = xfs_allocbt_verify, 383 .verify_struct = xfs_allocbt_verify,
|
H A D | xfs_ialloc_btree.c | 356 .verify_struct = xfs_inobt_verify, 365 .verify_struct = xfs_inobt_verify,
|
H A D | xfs_refcount_btree.c | 276 .verify_struct = xfs_refcountbt_verify,
|
H A D | xfs_attr_remote.c | 235 .verify_struct = xfs_attr3_rmt_verify_struct,
|
H A D | xfs_rmap_btree.c | 396 .verify_struct = xfs_rmapbt_verify,
|
H A D | xfs_bmap_btree.c | 485 .verify_struct = xfs_bmbt_verify,
|
H A D | xfs_dir2_leaf.c | 257 .verify_struct = xfs_dir3_leaf_verify, 266 .verify_struct = xfs_dir3_leaf_verify,
|
H A D | xfs_da_btree.c | 333 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct() 337 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct() 349 .verify_struct = xfs_da3_node_verify_struct,
|
H A D | xfs_dir2_data.c | 407 .verify_struct = xfs_dir3_data_verify,
|
H A D | xfs_dir2_block.c | 114 .verify_struct = xfs_dir3_block_verify,
|
H A D | xfs_alloc.c | 740 .verify_struct = xfs_agfl_verify, 3153 .verify_struct = xfs_agf_verify,
|
H A D | xfs_dir2_node.c | 171 .verify_struct = xfs_dir3_free_verify,
|
H A D | xfs_ialloc.c | 2581 .verify_struct = xfs_agi_verify,
|
H A D | xfs_attr_leaf.c | 443 .verify_struct = xfs_attr3_leaf_verify,
|
/openbmc/linux/fs/xfs/ |
H A 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()
|
H A D | xfs_buf.h | 143 xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp); member
|