Searched refs:xfs_rmap_free (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_rmap.h | 121 int xfs_rmap_free(struct xfs_trans *tp, struct xfs_buf *agbp,
|
D | xfs_ag.c | 994 error = xfs_rmap_free(tp, bp, pag, be32_to_cpu(agf->agf_length) - len, in xfs_ag_extend_space()
|
D | xfs_alloc.c | 1282 error = xfs_rmap_free(args->tp, args->agbp, args->pag, fbno, 1, in xfs_alloc_ag_vextent_small() 2066 error = xfs_rmap_free(tp, agbp, pag, bno, len, oinfo); in xfs_free_ag_extent()
|
D | xfs_rmap.c | 892 xfs_rmap_free( in xfs_rmap_free() function
|
/linux-6.12.1/fs/xfs/scrub/ |
D | reap.c | 424 return xfs_rmap_free(sc->tp, sc->sa.agf_bp, sc->sa.pag, agbno, in xreap_agextent_iter()
|