Searched refs:capture_list (Results 1 – 9 of 9) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_defer.h | 63 struct list_head *capture_list); 137 struct list_head *capture_list); 149 struct xfs_defer_pending *dfp, struct list_head *capture_list);
|
| A D | xfs_defer.c | 919 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()
|
| /fs/xfs/ |
| A D | xfs_log_recover.c | 2515 struct list_head *capture_list) in xlog_finish_defer_ops() argument 2521 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_finish_defer_ops() 2554 ASSERT(list_empty(capture_list)); in xlog_finish_defer_ops() 2562 struct list_head *capture_list) in xlog_abort_defer_ops() argument 2567 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops() 2593 LIST_HEAD(capture_list); in xlog_recover_process_intents() 2623 &capture_list); in xlog_recover_process_intents() 2630 error = xlog_finish_defer_ops(log->l_mp, &capture_list); in xlog_recover_process_intents() 2636 xlog_abort_defer_ops(log->l_mp, &capture_list); in xlog_recover_process_intents()
|
| A D | xfs_exchmaps_item.c | 424 struct list_head *capture_list) in xfs_exchmaps_recover_work() argument 471 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_exchmaps_recover_work()
|
| A D | xfs_bmap_item.c | 497 struct list_head *capture_list) in xfs_bmap_recover_work() argument 557 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_bmap_recover_work()
|
| A D | xfs_refcount_item.c | 506 struct list_head *capture_list) in xfs_refcount_recover_work() argument 561 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_refcount_recover_work()
|
| A D | xfs_rmap_item.c | 571 struct list_head *capture_list) in xfs_rmap_recover_work() argument 614 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_rmap_recover_work()
|
| A D | xfs_extfree_item.c | 654 struct list_head *capture_list) in xfs_extent_free_recover_work() argument 696 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_extent_free_recover_work()
|
| A D | xfs_attr_item.c | 734 struct list_head *capture_list) in xfs_attr_recover_work() argument 795 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_attr_recover_work()
|
Completed in 29 milliseconds