Searched refs:r_dfops (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_defer.c | 893 struct list_head *r_dfops, in xfs_defer_start_recovery() argument 896 struct xfs_defer_pending *dfp = xfs_defer_alloc(r_dfops, ops); in xfs_defer_start_recovery()
|
/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 | 1728 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) { in xlog_recover_release_intent() 1980 xfs_defer_start_recovery(lip, &log->r_dfops, ops); in xlog_recover_intent_item() 2598 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) { in xlog_recover_process_intents() 2647 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) { in xlog_recover_cancel_intents()
|
H A D | xfs_log.c | 1390 INIT_LIST_HEAD(&log->r_dfops); in xlog_alloc_log()
|