Searched refs:capture_list (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/fs/xfs/libxfs/ |
| D | xfs_defer.h | 98 struct xfs_inode *capture_ip, struct list_head *capture_list);
|
| D | xfs_defer.c | 693 struct list_head *capture_list) in xfs_defer_ops_capture_and_commit() argument 713 list_add_tail(&dfc->dfc_list, capture_list); in xfs_defer_ops_capture_and_commit()
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_log_recover.c | 2465 struct list_head *capture_list) in xlog_finish_defer_ops() argument 2472 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_finish_defer_ops() 2508 ASSERT(list_empty(capture_list)); in xlog_finish_defer_ops() 2516 struct list_head *capture_list) in xlog_abort_defer_ops() argument 2521 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops() 2546 LIST_HEAD(capture_list); in xlog_recover_process_intents() 2589 error = lip->li_ops->iop_recover(lip, &capture_list); in xlog_recover_process_intents() 2603 error = xlog_finish_defer_ops(log->l_mp, &capture_list); in xlog_recover_process_intents() 2609 xlog_abort_defer_ops(log->l_mp, &capture_list); in xlog_recover_process_intents()
|
| D | xfs_refcount_item.c | 452 struct list_head *capture_list) in xfs_cui_item_recover() argument 560 return xfs_defer_ops_capture_and_commit(tp, NULL, capture_list); in xfs_cui_item_recover()
|
| D | xfs_bmap_item.c | 460 struct list_head *capture_list) in xfs_bui_item_recover() argument 535 error = xfs_defer_ops_capture_and_commit(tp, ip, capture_list); in xfs_bui_item_recover()
|
| D | xfs_rmap_item.c | 506 struct list_head *capture_list) in xfs_rui_item_recover() argument 590 return xfs_defer_ops_capture_and_commit(tp, NULL, capture_list); in xfs_rui_item_recover()
|
| D | xfs_extfree_item.c | 597 struct list_head *capture_list) in xfs_efi_item_recover() argument 640 return xfs_defer_ops_capture_and_commit(tp, NULL, capture_list); in xfs_efi_item_recover()
|
| D | xfs_trans.h | 76 struct list_head *capture_list);
|
| /Linux-v5.15/drivers/gpu/drm/i915/ |
| D | i915_request.h | 274 struct i915_capture_list *capture_list; member
|
| D | i915_request.c | 193 capture = fetch_and_zero(&request->capture_list); in free_capture_list() 832 rq->capture_list = NULL; in __i915_request_ctor() 930 GEM_BUG_ON(rq->capture_list); in __i915_request_create()
|
| D | i915_gpu_error.c | 1340 for (c = rq->capture_list; c; c = c->next) in capture_user()
|
| /Linux-v5.15/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_execbuffer.c | 1887 capture->next = eb->request->capture_list; in eb_move_to_gpu() 1889 eb->request->capture_list = capture; in eb_move_to_gpu()
|