Searched refs:xfs_trans_bhold (Results 1 – 10 of 10) sorted by relevance
/linux/fs/xfs/scrub/ |
A D | repair.c | 125 xfs_trans_bhold(sc->tp, sc->sa.agi_bp); in xrep_roll_ag_trans() 127 xfs_trans_bhold(sc->tp, sc->sa.agf_bp); in xrep_roll_ag_trans() 129 xfs_trans_bhold(sc->tp, sc->sa.agfl_bp); in xrep_roll_ag_trans()
|
/linux/fs/xfs/ |
A D | xfs_trans.h | 212 void xfs_trans_bhold(xfs_trans_t *, struct xfs_buf *);
|
A D | xfs_trans_buf.c | 402 xfs_trans_bhold( in xfs_trans_bhold() function
|
A D | xfs_dquot.c | 375 xfs_trans_bhold(tp, bp); in xfs_dquot_disk_alloc()
|
A D | xfs_trace.h | 628 DEFINE_BUF_ITEM_EVENT(xfs_trans_bhold);
|
/linux/fs/xfs/libxfs/ |
A D | xfs_defer.c | 312 xfs_trans_bhold(tp, dres->dr_bp[i]); in xfs_defer_restore_resources()
|
A D | xfs_ag.c | 833 xfs_trans_bhold(*tpp, agfbp); in xfs_ag_shrink_space()
|
A D | xfs_attr.c | 331 xfs_trans_bhold(args->trans, *leaf_bp); in xfs_attr_sf_addname()
|
A D | xfs_sb.c | 1048 xfs_trans_bhold(tp, bp); in xfs_sync_sb_buf()
|
A D | xfs_ialloc.c | 1555 xfs_trans_bhold(tp, agibp); in xfs_dialloc_roll()
|
Completed in 29 milliseconds