Home
last modified time | relevance | path

Searched refs:xfs_rmap_free (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rmap.h122 int xfs_rmap_free(struct xfs_trans *tp, struct xfs_buf *agbp,
H A Dxfs_ag.c918 error = xfs_rmap_free(tp, bp, pag, be32_to_cpu(agf->agf_length) - len, in xfs_ag_extend_space()
H A Dxfs_alloc.c1280 error = xfs_rmap_free(args->tp, args->agbp, args->pag, fbno, 1, in xfs_alloc_ag_vextent_small()
2067 error = xfs_rmap_free(tp, agbp, pag, bno, len, oinfo); in xfs_free_ag_extent()
H A Dxfs_rmap.c962 xfs_rmap_free( in xfs_rmap_free() function