Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf.h131 xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp); member
H A Dxfs_buf_item.c813 if (!bp->b_ops || !bp->b_ops->verify_struct) in xfs_buf_item_precommit()
818 fa = bp->b_ops->verify_struct(bp); in xfs_buf_item_precommit()
/linux/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c289 .verify_struct = xfs_dquot_buf_verify_struct,
H A Dxfs_rtrefcount_btree.c249 .verify_struct = xfs_rtrefcountbt_verify,
H A Dxfs_dir2_data.c414 .verify_struct = xfs_dir3_data_verify,