Searched refs:verify_struct (Results 1 – 22 of 22) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | dabtree.c | 217 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify() 220 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify() 228 .verify_struct = xchk_da_btree_verify,
|
H A D | rcbag_btree.c | 163 .verify_struct = rcbagbt_verify,
|
H A D | symlink_repair.c | 144 fa = bp->b_ops->verify_struct(bp); in xrep_symlink_salvage_remote()
|
H A D | common.c | 1378 if (bp->b_ops->verify_struct == NULL) { in xchk_buffer_recheck() 1382 fa = bp->b_ops->verify_struct(bp); in xchk_buffer_recheck()
|
H A D | repair.c | 1272 * See if this buffer can pass the given ->verify_struct() function. 1295 fa = bp->b_ops->verify_struct(bp); in xrep_buf_verify_struct()
|
/linux/fs/xfs/ |
H A D | xfs_buf_mem.c | 219 fa = bp->b_ops->verify_struct(bp); in xmbuf_finalize()
|
H A D | xfs_buf.h | 145 xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp); member
|
H A D | xfs_buf_item.c | 819 if (!bp->b_ops || !bp->b_ops->verify_struct) in xfs_buf_item_precommit() 824 fa = bp->b_ops->verify_struct(bp); in xfs_buf_item_precommit()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc_btree.c | 339 .verify_struct = xfs_allocbt_verify, 348 .verify_struct = xfs_allocbt_verify,
|
H A D | xfs_dquot_buf.c | 291 .verify_struct = xfs_dquot_buf_verify_struct,
|
H A D | xfs_rtrmap_btree.c | 304 .verify_struct = xfs_rtrmapbt_verify, 577 .verify_struct = xfs_rtrmapbt_mem_verify,
|
H A D | xfs_refcount_btree.c | 283 .verify_struct = xfs_refcountbt_verify,
|
H A D | xfs_rtbitmap.c | 117 .verify_struct = xfs_rtbuf_verify, 125 .verify_struct = xfs_rtbuf_verify,
|
H A D | xfs_rtgroup.c | 689 .verify_struct = xfs_rtsb_verify_all,
|
H A D | xfs_attr_remote.c | 248 .verify_struct = xfs_attr3_rmt_verify_struct,
|
H A D | xfs_rtrefcount_btree.c | 249 .verify_struct = xfs_rtrefcountbt_verify,
|
H A D | xfs_bmap_btree.c | 469 .verify_struct = xfs_bmbt_verify,
|
H A D | xfs_da_btree.c | 380 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct() 384 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct() 396 .verify_struct = xfs_da3_node_verify_struct,
|
H A D | xfs_dir2_data.c | 408 .verify_struct = xfs_dir3_data_verify,
|
H A D | xfs_dir2_block.c | 115 .verify_struct = xfs_dir3_block_verify,
|
H A D | xfs_alloc.c | 869 .verify_struct = xfs_agfl_verify, 3358 .verify_struct = xfs_agf_verify,
|
H A D | xfs_ialloc.c | 2742 .verify_struct = xfs_agi_verify,
|