Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Drepair.c145 xfs_trans_bjoin(sc->tp, sc->sa.agi_bp); in xrep_roll_ag_trans()
147 xfs_trans_bjoin(sc->tp, sc->sa.agf_bp); in xrep_roll_ag_trans()
149 xfs_trans_bjoin(sc->tp, sc->sa.agfl_bp); in xrep_roll_ag_trans()
472 xfs_trans_bjoin(sc->tp, bp); in xrep_invalidate_blocks()
/linux-4.19.296/fs/xfs/
Dxfs_trans.h209 void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *);
Dxfs_trans_buf.c100 xfs_trans_bjoin( in xfs_trans_bjoin() function
Dxfs_inode.c1066 xfs_trans_bjoin(tp, ialloc_context); in xfs_dir_ialloc()
Dxfs_trace.h486 DEFINE_BUF_ITEM_EVENT(xfs_trans_bjoin);
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_defer.c285 xfs_trans_bjoin(tp, bplist[i]); in xfs_defer_trans_roll()