Searched refs:capture_list (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.10/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.10/fs/xfs/ |
| D | xfs_log_recover.c | 2438 struct list_head *capture_list) in xlog_finish_defer_ops() argument 2445 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_finish_defer_ops() 2479 ASSERT(list_empty(capture_list)); in xlog_finish_defer_ops() 2487 struct list_head *capture_list) in xlog_abort_defer_ops() argument 2492 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops() 2517 LIST_HEAD(capture_list); in xlog_recover_process_intents() 2560 error = lip->li_ops->iop_recover(lip, &capture_list); in xlog_recover_process_intents() 2571 error = xlog_finish_defer_ops(log->l_mp, &capture_list); in xlog_recover_process_intents() 2577 xlog_abort_defer_ops(log->l_mp, &capture_list); in xlog_recover_process_intents()
|
| D | xfs_refcount_item.c | 427 struct list_head *capture_list) in xfs_cui_item_recover() argument 547 return xfs_defer_ops_capture_and_commit(tp, NULL, capture_list); in xfs_cui_item_recover()
|
| D | xfs_rmap_item.c | 470 struct list_head *capture_list) in xfs_rui_item_recover() argument 570 return xfs_defer_ops_capture_and_commit(tp, NULL, capture_list); in xfs_rui_item_recover()
|
| D | xfs_bmap_item.c | 427 struct list_head *capture_list) in xfs_bui_item_recover() argument 520 error = xfs_defer_ops_capture_and_commit(tp, ip, capture_list); in xfs_bui_item_recover()
|
| D | xfs_trans.h | 76 struct list_head *capture_list);
|
| D | xfs_extfree_item.c | 588 struct list_head *capture_list) in xfs_efi_item_recover() argument 630 return xfs_defer_ops_capture_and_commit(tp, NULL, capture_list); in xfs_efi_item_recover()
|
| /Linux-v5.10/drivers/gpu/drm/i915/ |
| D | i915_request.h | 281 struct i915_capture_list *capture_list; member
|
| D | i915_request.c | 224 capture = fetch_and_zero(&request->capture_list); in free_capture_list() 781 rq->capture_list = NULL; in __i915_request_ctor() 870 GEM_BUG_ON(rq->capture_list); in __i915_request_create()
|
| D | i915_gpu_error.c | 1328 for (c = rq->capture_list; c; c = c->next) in capture_user()
|
| /Linux-v5.10/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_execbuffer.c | 2154 capture->next = eb->request->capture_list; in eb_move_to_gpu() 2156 eb->request->capture_list = capture; in eb_move_to_gpu()
|