Searched refs:xfs_extent_busy_insert (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_extent_busy.h | 20 * transaction structure itself. See xfs_extent_busy_insert() for details. 34 xfs_extent_busy_insert(struct xfs_trans *tp, xfs_agnumber_t agno,
|
H A D | xfs_extent_busy.c | 23 xfs_extent_busy_insert( in xfs_extent_busy_insert() function
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_extent_busy.h | 49 xfs_extent_busy_insert(struct xfs_trans *tp, struct xfs_perag *pag,
|
H A D | xfs_extent_busy.c | 71 xfs_extent_busy_insert( in xfs_extent_busy_insert() function
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | reap.c | 136 xfs_extent_busy_insert(sc->tp, sc->sa.pag, agbno, 1, in xreap_put_freelist()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_rmap_btree.c | 137 xfs_extent_busy_insert(cur->bc_tp, be32_to_cpu(agf->agf_seqno), bno, 1, in xfs_rmapbt_free_block()
|
H A D | xfs_alloc_btree.c | 98 xfs_extent_busy_insert(cur->bc_tp, be32_to_cpu(agf->agf_seqno), bno, 1, in xfs_allocbt_free_block()
|
H A D | xfs_alloc.c | 3316 xfs_extent_busy_insert(tp, agno, agbno, len, busy_flags); in __xfs_free_extent()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | repair.c | 518 xfs_extent_busy_insert(sc->tp, sc->sa.agno, agbno, 1, in xrep_put_freelist()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_rmap_btree.c | 136 xfs_extent_busy_insert(cur->bc_tp, pag, bno, 1, in xfs_rmapbt_free_block()
|
H A D | xfs_alloc_btree.c | 98 xfs_extent_busy_insert(cur->bc_tp, agbp->b_pag, bno, 1, in xfs_allocbt_free_block()
|
H A D | xfs_alloc.c | 3826 xfs_extent_busy_insert(tp, pag, agbno, len, busy_flags); in __xfs_free_extent()
|
Completed in 17 milliseconds