Lines Matching full:background

201  * Queue background inode reclaim work if there are reclaimable inodes and there
218 * Background scanning to trim preallocated space. This is queued based on the
260 /* start background work */ in xfs_perag_set_inode_tag()
958 * done in the background in a non-blocking manner, and enables memory reclaim
1084 * background reclaim if it isn't already scheduled.
1099 /* kick background reclaimer and push the AIL */ in xfs_reclaim_inodes_nr()
1244 * If the caller is waiting, return -EAGAIN to keep the background in xfs_inode_free_eofblocks()
1370 * currently opened for write from background (i.e. non-sync) scans. For in xfs_prep_free_cowblocks()
1412 * If the caller is waiting, return -EAGAIN to keep the background in xfs_inode_free_cowblocks()
1550 /* Background worker that trims preallocated space. */
1590 * Reclaim all the free space that we can by scheduling the background blockgc
2021 * Flush all the pending work and then disable the inode inactivation background
2054 * Enable the inode inactivation background workers and schedule deferred inode
2163 * Queue a background inactivation worker if there are inodes that need to be
2164 * inactivated and higher level xfs code hasn't disabled the background
2226 * We always use background reclaim here because even if the inode is clean, it
2228 * before we can reclaim the inode. The background reclaim path handles this
2229 * more efficiently than we can here, so simply let background reclaim tear down
2258 * Register a phony shrinker so that we can run background inodegc sooner when