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.c333 xfs_trim_should_stop(void) in xfs_trim_should_stop() function
392 if (xfs_trim_should_stop()) in xfs_trim_perag_extents()
431 if (xfs_trim_should_stop()) { in xfs_trim_datadev_extents()
615 } while (!xfs_trim_should_stop() && low <= high); in xfs_trim_rtextents()
747 } while (!xfs_trim_should_stop() && low <= high); in xfs_trim_rtgroup_extents()
800 if (xfs_trim_should_stop()) { in xfs_trim_rtdev_extents()
887 if (rt_bdev && !xfs_trim_should_stop()) { in xfs_ioc_trim()