Searched refs:r_dfops (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_defer.h136 struct list_head *r_dfops, const struct xfs_defer_op_type *ops);
H A Dxfs_defer.c885 struct list_head *r_dfops,
888 struct xfs_defer_pending *dfp = xfs_defer_alloc(r_dfops, ops);
883 xfs_defer_start_recovery( struct xfs_log_item *lip, struct list_head *r_dfops, const struct xfs_defer_op_type *ops) argument
/linux-master/fs/xfs/
H A Dxfs_log_priv.h410 struct list_head r_dfops; /* recovered log intent items */ member in struct:xlog
H A Dxfs_log_recover.c1732 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) {
1949 xfs_defer_start_recovery(lip, &log->r_dfops, ops);
2564 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) {
2613 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) {
H A Dxfs_log.c1545 INIT_LIST_HEAD(&log->r_dfops);

Completed in 146 milliseconds