Searched refs:parent_tp (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_refcount_item.c | 383 struct xfs_trans *parent_tp, in xfs_cui_recover() argument 400 struct xfs_mount *mp = parent_tp->t_mountp; in xfs_cui_recover() 460 xfs_defer_move(tp, parent_tp); in xfs_cui_recover() 519 xfs_defer_move(parent_tp, tp); in xfs_cui_recover() 525 xfs_defer_move(parent_tp, tp); in xfs_cui_recover()
|
D | xfs_bmap_item.c | 378 struct xfs_trans *parent_tp, in xfs_bui_recover() argument 395 struct xfs_mount *mp = parent_tp->t_mountp; in xfs_bui_recover() 449 xfs_defer_move(tp, parent_tp); in xfs_bui_recover() 495 xfs_defer_move(parent_tp, tp); in xfs_bui_recover() 503 xfs_defer_move(parent_tp, tp); in xfs_bui_recover()
|
D | xfs_bmap_item.h | 82 int xfs_bui_recover(struct xfs_trans *parent_tp, struct xfs_bui_log_item *buip);
|
D | xfs_refcount_item.h | 85 int xfs_cui_recover(struct xfs_trans *parent_tp, struct xfs_cui_log_item *cuip);
|
D | xfs_log_recover.c | 4726 struct xfs_trans *parent_tp, in xlog_recover_process_cui() argument 4741 error = xfs_cui_recover(parent_tp, cuip); in xlog_recover_process_cui() 4766 struct xfs_trans *parent_tp, in xlog_recover_process_bui() argument 4781 error = xfs_bui_recover(parent_tp, buip); in xlog_recover_process_bui() 4820 struct xfs_trans *parent_tp) in xlog_finish_defer_ops() argument 4822 struct xfs_mount *mp = parent_tp->t_mountp; in xlog_finish_defer_ops() 4846 xfs_defer_move(tp, parent_tp); in xlog_finish_defer_ops() 4871 struct xfs_trans *parent_tp; in xlog_recover_process_intents() local 4889 error = xfs_trans_alloc_empty(log->l_mp, &parent_tp); in xlog_recover_process_intents() 4933 error = xlog_recover_process_cui(parent_tp, ailp, lip); in xlog_recover_process_intents() [all …]
|