Searched refs:xfs_trans_bhold (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | repair.c | 152 xfs_trans_bhold(sc->tp, sc->sa.agi_bp); in xrep_roll_ag_trans() 157 xfs_trans_bhold(sc->tp, sc->sa.agf_bp); in xrep_roll_ag_trans() 197 xfs_trans_bhold(sc->tp, sc->sa.agi_bp); in xrep_defer_finish() 202 xfs_trans_bhold(sc->tp, sc->sa.agf_bp); in xrep_defer_finish()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_trans.h | 222 void xfs_trans_bhold(xfs_trans_t *, struct xfs_buf *);
|
H A D | xfs_trans_buf.c | 402 xfs_trans_bhold( in xfs_trans_bhold() function
|
H A D | xfs_dquot.c | 382 xfs_trans_bhold(tp, bp); in xfs_dquot_disk_alloc()
|
H A D | xfs_trace.h | 641 DEFINE_BUF_ITEM_EVENT(xfs_trans_bhold);
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.c | 992 xfs_trans_bhold(*tpp, agfbp); in xfs_ag_shrink_space() 993 xfs_trans_bhold(*tpp, agibp); in xfs_ag_shrink_space()
|
H A D | xfs_defer.c | 378 xfs_trans_bhold(tp, dres->dr_bp[i]); in xfs_defer_restore_resources()
|
H A D | xfs_sb.c | 1169 xfs_trans_bhold(tp, bp); in xfs_sync_sb_buf()
|
H A D | xfs_ialloc.c | 1576 xfs_trans_bhold(tp, agibp); in xfs_dialloc_roll()
|