Searched refs:xfs_trans_bjoin (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | repair.c | 144 xfs_trans_bjoin(sc->tp, sc->sa.agi_bp); in xrep_roll_ag_trans() 146 xfs_trans_bjoin(sc->tp, sc->sa.agf_bp); in xrep_roll_ag_trans() 148 xfs_trans_bjoin(sc->tp, sc->sa.agfl_bp); in xrep_roll_ag_trans() 462 xfs_trans_bjoin(sc->tp, bp); in xrep_invalidate_blocks()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | repair.c | 172 xfs_trans_bjoin(sc->tp, sc->sa.agi_bp); in xrep_roll_ag_trans() 174 xfs_trans_bjoin(sc->tp, sc->sa.agf_bp); in xrep_roll_ag_trans()
|
H A D | reap.c | 262 xfs_trans_bjoin(sc->tp, bp); in xreap_agextent_binval()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trans.h | 232 void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *);
|
H A D | xfs_trans_buf.c | 98 xfs_trans_bjoin( in xfs_trans_bjoin() function
|
H A D | xfs_inode.c | 1045 xfs_trans_bjoin(tp, ialloc_context); in xfs_dir_ialloc()
|
H A D | xfs_trace.h | 501 DEFINE_BUF_ITEM_EVENT(xfs_trans_bjoin); variable
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trans.h | 219 void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *);
|
H A D | xfs_trans_buf.c | 98 xfs_trans_bjoin( in xfs_trans_bjoin() function
|
H A D | xfs_trace.h | 640 DEFINE_BUF_ITEM_EVENT(xfs_trans_bjoin); variable
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_defer.c | 306 xfs_trans_bjoin(tp, bplist[i]); in xfs_defer_trans_roll()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_defer.c | 345 xfs_trans_bjoin(tp, dres->dr_bp[i]); in xfs_defer_restore_resources()
|
H A D | xfs_ag.c | 969 xfs_trans_bjoin(*tpp, agfbp); in xfs_ag_shrink_space()
|
H A D | xfs_ialloc.c | 1596 xfs_trans_bjoin(tp, agibp); in xfs_dialloc_roll()
|
Completed in 27 milliseconds