Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Ddabtree.c219 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify()
222 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify()
230 .verify_struct = xchk_da_btree_verify,
/linux/fs/xfs/
H A Dxfs_buf_mem.c219 fa = bp->b_ops->verify_struct(bp); in xmbuf_finalize()
H A Dxfs_buf_item.c814 if (!bp->b_ops || !bp->b_ops->verify_struct) in xfs_buf_item_precommit()
819 fa = bp->b_ops->verify_struct(bp); in xfs_buf_item_precommit()
H A Dxfs_buf.h147 xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp); member
/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.c690 .verify_struct = xfs_rtsb_verify_all,
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_ialloc.c2743 .verify_struct = xfs_agi_verify,