Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Drepair.c160 xfs_trans_bhold_release(sc->tp, sc->sa.agi_bp); in xrep_roll_ag_trans()
162 xfs_trans_bhold_release(sc->tp, sc->sa.agf_bp); in xrep_roll_ag_trans()
164 xfs_trans_bhold_release(sc->tp, sc->sa.agfl_bp); in xrep_roll_ag_trans()
/linux-4.19.296/fs/xfs/
Dxfs_trans.h211 void xfs_trans_bhold_release(xfs_trans_t *, struct xfs_buf *);
Dxfs_trans_buf.c415 xfs_trans_bhold_release( in xfs_trans_bhold_release() function
Dxfs_dquot.c365 xfs_trans_bhold_release(*tpp, bp); in xfs_dquot_disk_alloc()
Dxfs_trace.h488 DEFINE_BUF_ITEM_EVENT(xfs_trans_bhold_release);
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr.c271 xfs_trans_bhold_release(args->trans, leaf_bp); in xfs_attr_set_args()