iop_release       131 fs/xfs/xfs_bmap_item.c 	.iop_release	= xfs_bui_item_release,
iop_release       211 fs/xfs/xfs_bmap_item.c 	.iop_release	= xfs_bud_item_release,
iop_release       685 fs/xfs/xfs_buf_item.c 	.iop_release	= xfs_buf_item_release,
iop_release       230 fs/xfs/xfs_dquot_item.c 	.iop_release	= xfs_qm_dquot_logitem_release,
iop_release       146 fs/xfs/xfs_extfree_item.c 	.iop_release	= xfs_efi_item_release,
iop_release       315 fs/xfs/xfs_extfree_item.c 	.iop_release	= xfs_efd_item_release,
iop_release        65 fs/xfs/xfs_icreate_item.c 	.iop_release	= xfs_icreate_item_release,
iop_release       635 fs/xfs/xfs_inode_item.c 	.iop_release	= xfs_inode_item_release,
iop_release       130 fs/xfs/xfs_refcount_item.c 	.iop_release	= xfs_cui_item_release,
iop_release       216 fs/xfs/xfs_refcount_item.c 	.iop_release	= xfs_cud_item_release,
iop_release       129 fs/xfs/xfs_rmap_item.c 	.iop_release	= xfs_rui_item_release,
iop_release       237 fs/xfs/xfs_rmap_item.c 	.iop_release	= xfs_rud_item_release,
iop_release       780 fs/xfs/xfs_trans.c 		if (lip->li_ops->iop_release)
iop_release       781 fs/xfs/xfs_trans.c 			lip->li_ops->iop_release(lip);
iop_release       853 fs/xfs/xfs_trans.c 			lip->li_ops->iop_release(lip);
iop_release        77 fs/xfs/xfs_trans.h 	void (*iop_release)(struct xfs_log_item *);