Searched refs:parent_tp (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_bmap_item.c | 434 struct xfs_trans *parent_tp, in xfs_bui_recover() argument 451 struct xfs_mount *mp = parent_tp->t_mountp; in xfs_bui_recover() 505 xfs_defer_move(tp, parent_tp); in xfs_bui_recover() 549 xfs_defer_move(parent_tp, tp); in xfs_bui_recover() 557 xfs_defer_move(parent_tp, tp); in xfs_bui_recover()
|
| D | xfs_refcount_item.c | 448 struct xfs_trans *parent_tp, in xfs_cui_recover() argument 465 struct xfs_mount *mp = parent_tp->t_mountp; in xfs_cui_recover() 525 xfs_defer_move(tp, parent_tp); in xfs_cui_recover() 582 xfs_defer_move(parent_tp, tp); in xfs_cui_recover() 588 xfs_defer_move(parent_tp, tp); in xfs_cui_recover()
|
| D | xfs_bmap_item.h | 80 int xfs_bui_recover(struct xfs_trans *parent_tp, struct xfs_bui_log_item *buip);
|
| D | xfs_refcount_item.h | 83 int xfs_cui_recover(struct xfs_trans *parent_tp, struct xfs_cui_log_item *cuip);
|
| D | xfs_log_recover.c | 4649 struct xfs_trans *parent_tp, in xlog_recover_process_cui() argument 4664 error = xfs_cui_recover(parent_tp, cuip); in xlog_recover_process_cui() 4689 struct xfs_trans *parent_tp, in xlog_recover_process_bui() argument 4704 error = xfs_bui_recover(parent_tp, buip); in xlog_recover_process_bui() 4743 struct xfs_trans *parent_tp) in xlog_finish_defer_ops() argument 4745 struct xfs_mount *mp = parent_tp->t_mountp; in xlog_finish_defer_ops() 4769 xfs_defer_move(tp, parent_tp); in xlog_finish_defer_ops() 4794 struct xfs_trans *parent_tp; in xlog_recover_process_intents() local 4812 error = xfs_trans_alloc_empty(log->l_mp, &parent_tp); in xlog_recover_process_intents() 4856 error = xlog_recover_process_cui(parent_tp, ailp, lip); in xlog_recover_process_intents() [all …]
|