Lines Matching full:discards
29 * We need to walk the filesystem free space and issue discards on the free
31 * discards on extents that might be in use, or are so recently in use they are
37 * we issue discards on each free space that is found. Storage devices can have
39 * couple of million free extents and issuing synchronous discards on each
70 * This also allows us to issue discards asynchronously like we do with online
125 * Walk the discard list and issue discards on all the busy extents in the
127 * call to clear all the busy extents once the discards are complete.
383 * This allows the discards to run asynchronously with gathering in xfs_trim_perag_extents()
477 * Walk the discard list and issue discards on all the busy extents in the
479 * call to clear all the busy extents once the discards are complete.
741 * This allows the discards to run asynchronously with in xfs_trim_rtgroup_extents()