Lines Matching refs:deferred
93 /* Number of deferred reaps attached to the current transaction. */
94 unsigned int deferred;
99 /* Number of deferred reaps queued during the whole reap sequence. */
147 if (rs->deferred)
168 if (rs->deferred > XREP_MAX_ITRUNCATE_EFIS)
177 rs->total_deferred += rs->deferred;
178 rs->deferred = 0;
186 * Decide if we want to finish the deferred ops that are attached to the scrub
187 * transaction. We don't want to queue huge chains of deferred ops because
189 * xfs_defer_finish if there are more than 2048 deferred reap operations or the
205 rs->deferred = 0;
410 * Use deferred frees to get rid of the old btree blocks to try to
418 rs->deferred++;