Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_defer.h98 struct xfs_inode *capture_ip, struct list_head *capture_list);
Dxfs_defer.c693 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/
Dxfs_log_recover.c2465 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()
Dxfs_refcount_item.c452 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()
Dxfs_bmap_item.c460 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()
Dxfs_rmap_item.c506 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()
Dxfs_extfree_item.c597 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()
Dxfs_trans.h76 struct list_head *capture_list);
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_request.h274 struct i915_capture_list *capture_list; member
Di915_request.c193 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()
Di915_gpu_error.c1340 for (c = rq->capture_list; c; c = c->next) in capture_user()
/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c1887 capture->next = eb->request->capture_list; in eb_move_to_gpu()
1889 eb->request->capture_list = capture; in eb_move_to_gpu()