Home
last modified time | relevance | path

Searched refs:capture_list (Results 1 – 12 of 12) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_defer.h63 struct list_head *capture_list);
137 struct list_head *capture_list);
149 struct xfs_defer_pending *dfp, struct list_head *capture_list);
H A Dxfs_defer.c919 struct list_head *capture_list) in xfs_defer_finish_recovery() argument
925 error = ops->recover_work(dfp, capture_list); in xfs_defer_finish_recovery()
1058 struct list_head *capture_list) in xfs_defer_ops_capture_and_commit() argument
1080 list_add_tail(&dfc->dfc_list, capture_list); in xfs_defer_ops_capture_and_commit()
/linux/fs/xfs/
H A Dxfs_log_recover.c2514 struct list_head *capture_list) in xlog_finish_defer_ops() argument
2520 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_finish_defer_ops()
2553 ASSERT(list_empty(capture_list)); in xlog_finish_defer_ops()
2561 struct list_head *capture_list) in xlog_abort_defer_ops() argument
2566 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops()
2592 LIST_HEAD(capture_list); in xlog_recover_process_intents()
2622 &capture_list); in xlog_recover_process_intents()
2629 error = xlog_finish_defer_ops(log->l_mp, &capture_list); in xlog_recover_process_intents()
2635 xlog_abort_defer_ops(log->l_mp, &capture_list); in xlog_recover_process_intents()
H A Dxfs_exchmaps_item.c421 struct list_head *capture_list) in xfs_exchmaps_recover_work() argument
468 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_exchmaps_recover_work()
H A Dxfs_bmap_item.c495 struct list_head *capture_list) in xfs_bmap_recover_work() argument
555 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_bmap_recover_work()
H A Dxfs_refcount_item.c504 struct list_head *capture_list) in xfs_refcount_recover_work() argument
559 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_refcount_recover_work()
H A Dxfs_rmap_item.c569 struct list_head *capture_list) in xfs_rmap_recover_work() argument
612 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_rmap_recover_work()
H A Dxfs_extfree_item.c652 struct list_head *capture_list) in xfs_extent_free_recover_work() argument
694 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_extent_free_recover_work()
H A Dxfs_attr_item.c730 struct list_head *capture_list) in xfs_attr_recover_work() argument
791 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_attr_recover_work()
/linux/drivers/gpu/drm/i915/
H A Di915_request.h315 struct i915_capture_list *capture_list; member
H A Di915_gpu_error.c1550 for (c = rq->capture_list; c; c = c->next) in capture_user()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2035 rq->capture_list = eb->capture_lists[j]; in eb_capture_commit()