Lines Matching defs:clean
747 * means that during a previous crash, we didn't have a clean break
1135 * words, determine whether the log is clean. If so, update the in-core state
1146 bool *clean)
1155 *clean = false;
1159 * clean unmount. Since 'i' could be the last block in the physical
1190 *clean = true;
1257 bool clean = false;
1308 rhead_blk, buffer, &clean);
1313 * Verify the log head if the log is not clean (e.g., we have anything
1322 if (!clean) {
1337 &clean);
1344 * Note that the unmount was clean. If the unmount was not clean, we
1348 if (clean)
1358 * overwrite the unmount record after a clean unmount.
1608 * clean unmount in a 512 block log. Doing so would leave the log without
3439 * we process the extent free items and clean up the on disk unlinked
3491 xfs_info(log->l_mp, "Ending clean mount");