Searched refs:xfs_rmap_free (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_rmap.h | 118 int xfs_rmap_free(struct xfs_trans *tp, struct xfs_buf *agbp,
|
D | xfs_ag.c | 534 error = xfs_rmap_free(tp, bp, id->agno, in xfs_ag_extend_space()
|
D | xfs_alloc.c | 1093 error = xfs_rmap_free(args->tp, args->agbp, args->agno, fbno, 1, in xfs_alloc_ag_vextent_small() 1905 error = xfs_rmap_free(tp, agbp, agno, bno, len, oinfo); in xfs_free_ag_extent()
|
D | xfs_rmap.c | 694 xfs_rmap_free( in xfs_rmap_free() function
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
D | repair.c | 576 error = xfs_rmap_free(sc->tp, agf_bp, agno, agbno, 1, oinfo); in xrep_reap_block()
|