finish_cleanup    415 fs/xfs/libxfs/xfs_defer.c 				if (ops->finish_cleanup)
finish_cleanup    416 fs/xfs/libxfs/xfs_defer.c 					ops->finish_cleanup(*tp, state, error);
finish_cleanup    439 fs/xfs/libxfs/xfs_defer.c 		if (ops->finish_cleanup)
finish_cleanup    440 fs/xfs/libxfs/xfs_defer.c 			ops->finish_cleanup(*tp, state, error);
finish_cleanup     50 fs/xfs/libxfs/xfs_defer.h 	void (*finish_cleanup)(struct xfs_trans *, void *, int);
finish_cleanup    438 fs/xfs/xfs_refcount_item.c 	.finish_cleanup = xfs_refcount_update_finish_cleanup,
finish_cleanup    480 fs/xfs/xfs_rmap_item.c 	.finish_cleanup = xfs_rmap_update_finish_cleanup,