Searched refs:r_dfops (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_defer.h | 145 struct list_head *r_dfops, const struct xfs_defer_op_type *ops);
|
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() 1984 xfs_defer_start_recovery(lip, &log->r_dfops, ops); in xlog_recover_intent_item() 2602 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) { in xlog_recover_process_intents() 2651 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()
|