Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf_mem.c242 fa = bp->b_ops->verify_struct(bp); in xmbuf_finalize()
H A Dxfs_buf_item.c796 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 Dxfs_buf.h152 xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp); member
/linux/fs/xfs/libxfs/
H A Dxfs_alloc_btree.c347 .verify_struct = xfs_allocbt_verify,
356 .verify_struct = xfs_allocbt_verify,
H A Dxfs_rmap_btree.c411 .verify_struct = xfs_rmapbt_verify,
609 .verify_struct = xfs_rmapbt_mem_verify,
H A Dxfs_ialloc_btree.c366 .verify_struct = xfs_inobt_verify,
375 .verify_struct = xfs_inobt_verify,
H A Dxfs_symlink_remote.c166 .verify_struct = xfs_symlink_verify,
H A Dxfs_rtrmap_btree.c325 .verify_struct = xfs_rtrmapbt_verify,
598 .verify_struct = xfs_rtrmapbt_mem_verify,
H A Dxfs_rtbitmap.c117 .verify_struct = xfs_rtbuf_verify,
125 .verify_struct = xfs_rtbuf_verify,
H A Dxfs_refcount_btree.c283 .verify_struct = xfs_refcountbt_verify,
H A Dxfs_rtgroup.c682 .verify_struct = xfs_rtsb_verify_all,
H A Dxfs_rtrefcount_btree.c249 .verify_struct = xfs_rtrefcountbt_verify,
H A Dxfs_bmap_btree.c481 .verify_struct = xfs_bmbt_verify,
H A Dxfs_da_btree.c380 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 Dxfs_dir2_data.c408 .verify_struct = xfs_dir3_data_verify,
H A Dxfs_ialloc.c2742 .verify_struct = xfs_agi_verify,
H A Dxfs_attr_leaf.c465 .verify_struct = xfs_attr3_leaf_verify,
/linux/fs/xfs/scrub/
H A Drcbag_btree.c181 .verify_struct = rcbagbt_verify,
H A Dsymlink_repair.c144 fa = bp->b_ops->verify_struct(bp); in xrep_symlink_salvage_remote()
H A Dcommon.c1377 if (bp->b_ops->verify_struct == NULL) { in xchk_buffer_recheck()
1381 fa = bp->b_ops->verify_struct(bp); in xchk_buffer_recheck()
H A Drepair.c1324 fa = bp->b_ops->verify_struct(bp); in xrep_buf_verify_struct()