Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_discard.c322 xfs_trim_should_stop(void) in xfs_trim_should_stop() function
379 if (xfs_trim_should_stop()) in xfs_trim_perag_extents()
418 if (xfs_trim_should_stop()) { in xfs_trim_datadev_extents()
600 } while (!xfs_trim_should_stop() && low <= high); in xfs_trim_rtextents()
732 } while (!xfs_trim_should_stop() && low <= high); in xfs_trim_rtgroup_extents()
785 if (xfs_trim_should_stop()) { in xfs_trim_rtdev_extents()
872 if (rt_bdev && !xfs_trim_should_stop()) { in xfs_ioc_trim()