Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/fs/xfs/
Dxfs_log_recover.c2438 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()
Dxfs_refcount_item.c427 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()
Dxfs_rmap_item.c470 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()
Dxfs_bmap_item.c427 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()
Dxfs_trans.h76 struct list_head *capture_list);
Dxfs_extfree_item.c588 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/
Di915_request.h281 struct i915_capture_list *capture_list; member
Di915_request.c224 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()
Di915_gpu_error.c1328 for (c = rq->capture_list; c; c = c->next) in capture_user()
/Linux-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c2154 capture->next = eb->request->capture_list; in eb_move_to_gpu()
2156 eb->request->capture_list = capture; in eb_move_to_gpu()