Home
last modified time | relevance | path

Searched refs:xfs_discard_extents (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/xfs/
Dxfs_discard.h9 int xfs_discard_extents(struct xfs_mount *mp, struct xfs_busy_extents *busy);
Dxfs_discard.c106 xfs_discard_extents( in xfs_discard_extents() function
341 error = xfs_discard_extents(pag->pag_mount, extents); in xfs_trim_extents()
Dxfs_log_cil.c752 xfs_discard_extents(mp, &ctx->busy_extents); in xlog_cil_committed()