Searched refs:r_dfops (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_defer.h | 129 enum xfs_defer_ops_type dfp_type, struct list_head *r_dfops);
|
H A D | xfs_defer.c | 692 struct list_head *r_dfops) in xfs_defer_start_recovery() argument 701 list_add_tail(&dfp->dfp_list, r_dfops); in xfs_defer_start_recovery()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_log_priv.h | 410 struct list_head r_dfops; /* recovered log intent items */ member
|
H A D | xfs_log_recover.c | 1732 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) { in xlog_recover_release_intent() 1949 xfs_defer_start_recovery(lip, dfp_type, &log->r_dfops); in xlog_recover_intent_item() 2567 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) { in xlog_recover_process_intents() 2622 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) { in xlog_recover_cancel_intents()
|
H A D | xfs_log.c | 1545 INIT_LIST_HEAD(&log->r_dfops); in xlog_alloc_log()
|