Lines Matching refs:stale
132 * regions, we do not relog them in stale buffers. This has the effect of
149 * The buffer is stale, so all we need to log is the buf log
257 * The buffer is stale, so all we need to log
406 int stale = bip->bli_flags & XFS_BLI_STALE;
424 if (freed && !stale && remove)
433 if (stale) {
485 * been marked stale, we could end up stalling until someone else
486 * issues a log force to unpin the stale buffer. Check for the
582 bool stale = bip->bli_flags & XFS_BLI_STALE;
598 ASSERT(!stale || (bip->__bli_format.blf_flags & XFS_BLF_CANCEL));
608 * Unref the item and unlock the buffer unless held or stale. Stale
614 if (hold || (stale && !released))
616 ASSERT(!stale || aborted);