Home
last modified time | relevance | path

Searched refs:xfs_defer_move (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_refcount_item.c460 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()
Dxfs_bmap_item.c449 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()
Dxfs_trans.c125 xfs_defer_move(ntp, tp); in xfs_trans_dup()
Dxfs_log_recover.c4846 xfs_defer_move(tp, parent_tp); in xlog_finish_defer_ops()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_defer.h42 void xfs_defer_move(struct xfs_trans *dtp, struct xfs_trans *stp);
Dxfs_defer.c538 xfs_defer_move( in xfs_defer_move() function