Searched refs:verify_struct (Results 1 – 21 of 21) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_buf_mem.c | 242 fa = bp->b_ops->verify_struct(bp); in xmbuf_finalize()
|
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 | 152 xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp); member
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc_btree.c | 347 .verify_struct = xfs_allocbt_verify, 356 .verify_struct = xfs_allocbt_verify,
|
H A D | xfs_rmap_btree.c | 411 .verify_struct = xfs_rmapbt_verify, 609 .verify_struct = xfs_rmapbt_mem_verify,
|
H A D | xfs_ialloc_btree.c | 366 .verify_struct = xfs_inobt_verify, 375 .verify_struct = xfs_inobt_verify,
|
H A D | xfs_symlink_remote.c | 166 .verify_struct = xfs_symlink_verify,
|
H A D | xfs_rtrmap_btree.c | 325 .verify_struct = xfs_rtrmapbt_verify, 598 .verify_struct = xfs_rtrmapbt_mem_verify,
|
H A D | xfs_rtbitmap.c | 117 .verify_struct = xfs_rtbuf_verify, 125 .verify_struct = xfs_rtbuf_verify,
|
H A D | xfs_refcount_btree.c | 283 .verify_struct = xfs_refcountbt_verify,
|
H A D | xfs_rtgroup.c | 682 .verify_struct = xfs_rtsb_verify_all,
|
H A D | xfs_rtrefcount_btree.c | 249 .verify_struct = xfs_rtrefcountbt_verify,
|
H A D | xfs_bmap_btree.c | 481 .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_ialloc.c | 2742 .verify_struct = xfs_agi_verify,
|
H A D | xfs_attr_leaf.c | 465 .verify_struct = xfs_attr3_leaf_verify,
|
/linux/fs/xfs/scrub/ |
H A D | rcbag_btree.c | 181 .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 | 1377 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 D | repair.c | 1324 fa = bp->b_ops->verify_struct(bp); in xrep_buf_verify_struct()
|