Searched refs:r_dfops (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_defer.h | 142 struct list_head *r_dfops, const struct xfs_defer_op_type *ops);
|
D | xfs_defer.c | 887 struct list_head *r_dfops, in xfs_defer_start_recovery() argument 890 struct xfs_defer_pending *dfp = xfs_defer_alloc(r_dfops, ops); in xfs_defer_start_recovery()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_log_priv.h | 410 struct list_head r_dfops; /* recovered log intent items */ member
|
D | xfs_log_recover.c | 1728 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) { in xlog_recover_release_intent() 1978 xfs_defer_start_recovery(lip, &log->r_dfops, ops); in xlog_recover_intent_item() 2596 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) { in xlog_recover_process_intents() 2645 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) { in xlog_recover_cancel_intents()
|
D | xfs_log.c | 1390 INIT_LIST_HEAD(&log->r_dfops); in xlog_alloc_log()
|